X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_util.c;fp=src%2Fodr_util.c;h=a5c64d670eb4648859ce0c96f40865be1ce3c017;hp=6efa6c03fcdbd4ffdee376bca3c15daaa994c2b7;hb=69b1d8e7b437179163fe97b7cbead51a56835f2a;hpb=cabcc223cd47503763e7c42969e3be30c58276af 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;