From 60e0a4f9b6289ce36c9648766d43b9321a76538b Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Fri, 1 Sep 2000 23:17:00 +0000 Subject: Work around a pedantic warning about empty format strings. --- omapip/errwarn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'omapip/errwarn.c') diff --git a/omapip/errwarn.c b/omapip/errwarn.c index 10130152..a0bfb5e0 100644 --- a/omapip/errwarn.c +++ b/omapip/errwarn.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: errwarn.c,v 1.6 2000/09/01 23:04:37 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: errwarn.c,v 1.7 2000/09/01 23:17:00 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include @@ -90,7 +90,7 @@ void log_fatal (const char * fmt, ... ) log_error ("If you intend to request help from the dhcp-server@isc.org"); log_error ("mailing list, please read the section on the README about"); log_error ("submitting bug reports and requests for help."); - log_error (""); + log_error ("%s", ""); log_error ("exiting."); #endif if (log_cleanup) -- cgit v1.2.1