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. --- nss/getent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nss/getent.c') diff --git a/nss/getent.c b/nss/getent.c index dbcae26809..3a9430fd66 100644 --- a/nss/getent.c +++ b/nss/getent.c @@ -905,9 +905,9 @@ more_help (int key, const char *text, void *input) fputs ("\n\n", fp); - fprintf (fp, gettext ("\ + fputs (gettext ("\ For bug reporting instructions, please see:\n\ -.\n")); +.\n"), fp); if (fclose (fp) == 0) return doc; -- cgit 1.4.1