X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr-priv.h;h=f968edd686a433136d10c97d9d8c71ef3a6bcfa3;hp=b452d104f7c4ab8983bcd6d31340d19d5faf3143;hb=69b1d8e7b437179163fe97b7cbead51a56835f2a;hpb=cabcc223cd47503763e7c42969e3be30c58276af diff --git a/src/odr-priv.h b/src/odr-priv.h index b452d10..f968edd 100644 --- a/src/odr-priv.h +++ b/src/odr-priv.h @@ -63,11 +63,11 @@ struct Odr_ber_tag { */ struct odr_constack { - const unsigned char *base; /** starting point of data */ + const char *base; /** starting point of data */ int base_offset; int len; /** length of data, if known, else -1 (decoding only) */ - const unsigned char *lenb; /** where to encode length */ + const char *lenb; /** where to encode length */ int len_offset; int lenlen; /** length of length-field */ const char *name; /** name of stack entry */