X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_cons.c;h=4a183726184f286e9a70201bf9def64a53a7e20c;hb=612ac7d30003582e44d4184c830eee7f1a1a0443;hp=fa203d8eb8c986f2487ec4d5dac38307bec8c20a;hpb=0c46d2e66bdeea1600e700124a81a5d0a65d349e;p=yaz-moved-to-github.git diff --git a/src/odr_cons.c b/src/odr_cons.c index fa203d8..4a18372 100644 --- a/src/odr_cons.c +++ b/src/odr_cons.c @@ -88,7 +88,7 @@ int odr_constructed_begin(ODR o, void *xxp, int zclass, int tag, o->op->stack_top->name = name ? name : "?"; if (o->direction == ODR_ENCODE) { - static unsigned char dummy[sizeof(int)+1]; + static char dummy[sizeof(int)+1]; o->op->stack_top->lenlen = lenlen;