aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-07-08 18:36:51 +0000
committerLev Walkin <vlm@lionet.info>2005-07-08 18:36:51 +0000
commit57dabf18c7d822bcff113fc3be612daa386026d5 (patch)
treedf6091f62d308bd8ca53ad26916e83a74edd7aee /skeletons
parent420ffae76652129111c417f29637d2a8d808dcf5 (diff)
oops: bug1234780
Diffstat (limited to 'skeletons')
-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))] \