X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_bit.c;h=ab8d0522bef4d863e2da72fcd75b6070eb74640e;hb=5c3d2d2ab097e4bb59ba5718a396b020a2d302c0;hp=05ef4208bd95042adc92790d35f79adfc8351dd1;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/odr_bit.c b/src/odr_bit.c index 05ef420..ab8d052 100644 --- a/src/odr_bit.c +++ b/src/odr_bit.c @@ -1,10 +1,15 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (c) 1995-2004, Index Data * 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.3 2004-10-15 00:19:00 adam Exp $ */ + +/** + * \file odr_bit.c + * \brief Implements ODR BITSTRING codec + */ + #if HAVE_CONFIG_H #include #endif @@ -34,7 +39,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)