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