X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_util.c;h=a5c64d670eb4648859ce0c96f40865be1ce3c017;hb=612ac7d30003582e44d4184c830eee7f1a1a0443;hp=6efa6c03fcdbd4ffdee376bca3c15daaa994c2b7;hpb=0c46d2e66bdeea1600e700124a81a5d0a65d349e;p=yaz-moved-to-github.git diff --git a/src/odr_util.c b/src/odr_util.c index 6efa6c0..a5c64d6 100644 --- a/src/odr_util.c +++ b/src/odr_util.c @@ -26,7 +26,7 @@ void odr_prname(ODR o, const char *name) odr_printf(o, "%s ", name); } -int odp_more_chunks(ODR o, const unsigned char *base, int len) +int odp_more_chunks(ODR o, const char *base, int len) { if (!len) return 0;