diff --git a/src/lib/common/nsc.c b/src/lib/common/nsc.c index e02d0a5c..e80f363c 100644 --- a/src/lib/common/nsc.c +++ b/src/lib/common/nsc.c @@ -75,7 +75,7 @@ static void *nsc_nws_timestamp(struct valstr *, struct natstr *, void *); #define NSC_IELT(name, pfx, sfx, base, itype) \ {sizeof(sfx) == 1 ? name : pfx sfx, \ - ((base) + (itype)*sizeof(unsigned short)), \ + ((base) + (itype)*sizeof(short)), \ NSC_SHORT, 0, NULL, EF_BAD, 0} #define NSC_IVEC(base, sfx) \