X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_null.c;h=ac79240dd5109d41aaa55867e12eb9a9aea362d9;hp=940ca9dc6ed95de5f5c0ab29a344e3d78ab07f53;hb=0a7d4354288c747883261e9f430a7e0069225a5b;hpb=93027bf060203898f33d1425585303945e58acbd diff --git a/src/odr_null.c b/src/odr_null.c index 940ca9d..ac79240 100644 --- a/src/odr_null.c +++ b/src/odr_null.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: odr_null.c,v 1.2 2004-03-09 20:49:04 adam Exp $ + * $Id: odr_null.c,v 1.3 2004-08-11 12:15:38 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -32,7 +32,7 @@ int odr_null(ODR o, Odr_null **p, int opt, const char *name) if (o->direction == ODR_PRINT) { odr_prname(o, name); - fprintf(o->print, "NULL\n"); + odr_printf(o, "NULL\n"); return 1; } if (cons)