From f60ddf9bf737e015f7da866ca7f46006b4ce9700 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 16 Jun 2009 20:34:55 -0700 Subject: Don't treat bug reporting message as a format string. --- posix/getconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix') diff --git a/posix/getconf.c b/posix/getconf.c index 59ccab6..c9e1300 100644 --- a/posix/getconf.c +++ b/posix/getconf.c @@ -1118,8 +1118,8 @@ Usage: getconf [-v SPEC] VAR\n\ Get the configuration value for variable VAR, or for variable PATH_VAR\n\ for path PATH. If SPEC is given, give values for compilation\n\ environment SPEC.\n\n")); - printf (gettext ("For bug reporting instructions, please see:\n\ -.\n")); + fputs (gettext ("For bug reporting instructions, please see:\n\ +.\n"), stdout); return 0; } -- cgit v1.1