X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_bit.c;h=ac3631abc3a4afeb2b5aa27d89e3f22f297547c3;hp=774d37074f955b4126f931a400c8211eb0982a4d;hb=c82db01c9fc0b51254ec6ead5fe3b503ca098ca0;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292 diff --git a/src/ber_bit.c b/src/ber_bit.c index 774d370..ac3631a 100644 --- a/src/ber_bit.c +++ b/src/ber_bit.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ @@ -20,7 +20,7 @@ int ber_bitstring(ODR o, Odr_bitmask *p, int cons) { int res, len; - const unsigned char *base; + const char *base; switch (o->direction) {