X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_null.c;h=ef2eb08c545a82e0dfa9670f847554b700e17f01;hb=5c3d2d2ab097e4bb59ba5718a396b020a2d302c0;hp=940ca9dc6ed95de5f5c0ab29a344e3d78ab07f53;hpb=a4c9e87155ec7e343559946290ed8262cf5acf81;p=yaz-moved-to-github.git diff --git a/src/odr_null.c b/src/odr_null.c index 940ca9d..ef2eb08 100644 --- a/src/odr_null.c +++ b/src/odr_null.c @@ -2,7 +2,11 @@ * 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.4 2004-10-15 00:19:00 adam Exp $ + */ +/** + * \file odr_null.c + * \brief Implements ODR NULL codec */ #if HAVE_CONFIG_H #include @@ -32,7 +36,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)