aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_SET_OF.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-03-16 22:20:47 +0000
committerLev Walkin <vlm@lionet.info>2006-03-16 22:20:47 +0000
commit3d231c0b86c6b332c93cf2dde76e0837b644436a (patch)
treea6b7c2a4c3b79f35582c69e77a16e8b10a70b8c6 /skeletons/constr_SET_OF.c
parentfaf35a843396bbbe12c005796884da0a097b7178 (diff)
fixes
Diffstat (limited to 'skeletons/constr_SET_OF.c')
-rw-r--r--skeletons/constr_SET_OF.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/constr_SET_OF.c b/skeletons/constr_SET_OF.c
index 841e67f8..7ca23a45 100644
--- a/skeletons/constr_SET_OF.c
+++ b/skeletons/constr_SET_OF.c
@@ -355,7 +355,7 @@ SET_OF_encode_der(asn_TYPE_descriptor_t *td, void *ptr,
}
computed_size += encoding_size;
- if(!cb | list->count == 0) {
+ if(!cb || list->count == 0) {
erval.encoded = computed_size;
_ASN_ENCODED_OK(erval);
}