X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_null.c;h=afb893db398614d0375a49e4f7ff088837ab2ffe;hb=60a702f390f7e2addfdab79f2328db3ba2897c8b;hp=940ca9dc6ed95de5f5c0ab29a344e3d78ab07f53;hpb=a4c9e87155ec7e343559946290ed8262cf5acf81;p=yaz-moved-to-github.git diff --git a/src/odr_null.c b/src/odr_null.c index 940ca9d..afb893d 100644 --- a/src/odr_null.c +++ b/src/odr_null.c @@ -1,8 +1,12 @@ /* - * Copyright (c) 1995-2004, Index Data + * Copyright (C) 1995-2005, Index Data ApS * 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.5 2005-01-15 19:47:14 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)