aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_SET_OF.c
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-03-16 22:20:47 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-03-16 22:20:47 +0000
commit7bdd3a99925ce92acfe427b23d334ee34dc2abe6 (patch)
treea6b7c2a4c3b79f35582c69e77a16e8b10a70b8c6 /skeletons/constr_SET_OF.c
parentc286cb5a3d31f84cdf17009c32a2da71da75d2d6 (diff)
fixes
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1080 59561ff5-6e30-0410-9f3c-9617f08c8826
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);
}