Rename odr_write2 to odr_write
[yaz-moved-to-github.git] / src / ber_oct.c
index 2928e43..25829c1 100644 (file)
@@ -22,7 +22,7 @@
 int ber_octetstring(ODR o, Odr_oct *p, int cons)
 {
     int res, len;
-    const unsigned char *base;
+    const char *base;
 #if OCT_SIZE
     unsigned char *c;
 #endif