Rename odr_write2 to odr_write
[yaz-moved-to-github.git] / src / ber_bit.c
index 00ea535..ac3631a 100644 (file)
@@ -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)
     {