X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_bit.c;h=ac3631abc3a4afeb2b5aa27d89e3f22f297547c3;hb=a7585fd1220c684189091e7fba2c5d6cf436031e;hp=774d37074f955b4126f931a400c8211eb0982a4d;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;p=yaz-moved-to-github.git 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) {