From a4c9e87155ec7e343559946290ed8262cf5acf81 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 9 Mar 2004 20:49:04 +0000 Subject: [PATCH] Remove fprintf about bad null --- src/odr_null.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/odr_null.c b/src/odr_null.c index cc33ff7..940ca9d 100644 --- a/src/odr_null.c +++ b/src/odr_null.c @@ -1,9 +1,8 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * - * $Id: odr_null.c,v 1.1 2003-10-27 12:21:33 adam Exp $ + * $Id: odr_null.c,v 1.2 2004-03-09 20:49:04 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -42,7 +41,7 @@ int odr_null(ODR o, Odr_null **p, int opt, const char *name) odr_seterror(OPROTO, 42); return 0; #else - fprintf(stderr, "odr: Warning: Bad NULL\n"); + /* Warning: Bad NULL */ #endif } if (o->direction == ODR_DECODE) -- 1.7.10.4