X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_bit.c;h=11a1d2ee410d80546b042c4108fd7d116bfa555c;hp=05ef4208bd95042adc92790d35f79adfc8351dd1;hb=0a7d4354288c747883261e9f430a7e0069225a5b;hpb=93027bf060203898f33d1425585303945e58acbd diff --git a/src/odr_bit.c b/src/odr_bit.c index 05ef420..11a1d2e 100644 --- a/src/odr_bit.c +++ b/src/odr_bit.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: odr_bit.c,v 1.1 2003-10-27 12:21:33 adam Exp $ + * $Id: odr_bit.c,v 1.2 2004-08-11 12:15:38 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -34,7 +34,7 @@ int odr_bitstring(ODR o, Odr_bitmask **p, int opt, const char *name) if (o->direction == ODR_PRINT) { odr_prname(o, name); - fprintf(o->print, "BITSTRING(len=%d)\n",(*p)->top + 1); + odr_printf(o, "BITSTRING(len=%d)\n",(*p)->top + 1); return 1; } if (o->direction == ODR_DECODE)