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. --- sunrpc/rpcinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sunrpc') diff --git a/sunrpc/rpcinfo.c b/sunrpc/rpcinfo.c index 5e00be9f78..6020cd5b9d 100644 --- a/sunrpc/rpcinfo.c +++ b/sunrpc/rpcinfo.c @@ -688,9 +688,9 @@ usage (FILE *stream) fputs (_(" rpcinfo -b prognum versnum\n"), stream); fputs (_(" rpcinfo -d prognum versnum\n"), stream); fputc ('\n', stream); - fprintf (stream, _("\ + fputs (_("\ For bug reporting instructions, please see:\n\ -.\n")); +.\n"), stream); } static void -- cgit 1.4.1