aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_SET.h
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/constr_SET.h')
-rw-r--r--skeletons/constr_SET.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/constr_SET.h b/skeletons/constr_SET.h
index afe0c7c5..7e8af974 100644
--- a/skeletons/constr_SET.h
+++ b/skeletons/constr_SET.h
@@ -58,7 +58,7 @@ xer_type_encoder_f SET_encode_xer;
* It is very simple bitfield test, despite its visual complexity.
*/
#define ASN_SET_ISPRESENT(set_ptr, PR_x) \
- ASN_SET_ISPRESENT2(&((set_ptr)->_presence_map))
+ ASN_SET_ISPRESENT2(&((set_ptr)->_presence_map), PR_x)
#define ASN_SET_ISPRESENT2(map_ptr, PR_x) \
(((unsigned int *)(map_ptr)) \
[(PR_x) / (8 * sizeof(unsigned int))] \