X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_int.c;h=c7c7169068bbebb749c028aa1c2d3ca35792a6a9;hb=60a702f390f7e2addfdab79f2328db3ba2897c8b;hp=33e86fbd6e84a845e606b883e973f1d2be885c53;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/odr_int.c b/src/odr_int.c index 33e86fb..c7c7169 100644 --- a/src/odr_int.c +++ b/src/odr_int.c @@ -1,9 +1,12 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * - * $Id: odr_int.c,v 1.1 2003-10-27 12:21:33 adam Exp $ + * $Id: odr_int.c,v 1.4 2005-01-15 19:47:14 adam Exp $ + */ +/** + * \file odr_int.c + * \brief Implements ODR INTEGER codec */ #if HAVE_CONFIG_H #include @@ -33,7 +36,7 @@ int odr_integer(ODR o, int **p, int opt, const char *name) if (o->direction == ODR_PRINT) { odr_prname(o, name); - fprintf(o->print, "%d\n", **p); + odr_printf(o, "%d\n", **p); return 1; } if (cons)