summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/lddlibc4.c
diff options
context:
space:
mode:
authorAndreas Schwab <aschwab@redhat.com>2009-06-16 20:34:55 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-16 20:34:55 -0700
commitf60ddf9bf737e015f7da866ca7f46006b4ce9700 (patch)
tree8b2e94779e55e947e1de64d17f64b108d78eb7c3 /sysdeps/unix/sysv/linux/lddlibc4.c
parent8a909c6430e8b6ad76304f749d36fdd6e40e8046 (diff)
downloadglibc-f60ddf9bf737e015f7da866ca7f46006b4ce9700.tar.gz
Don't treat bug reporting message as a format string.
Diffstat (limited to 'sysdeps/unix/sysv/linux/lddlibc4.c')
-rw-r--r--sysdeps/unix/sysv/linux/lddlibc4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/lddlibc4.c b/sysdeps/unix/sysv/linux/lddlibc4.c
index 694d1291cd..6d57190508 100644
--- a/sysdeps/unix/sysv/linux/lddlibc4.c
+++ b/sysdeps/unix/sysv/linux/lddlibc4.c
@@ -59,8 +59,8 @@ main (int argc, char *argv[])
if (strcmp (argv[1], "--help") == 0)
{
printf (gettext ("Usage: lddlibc4 FILE\n\n"));
- printf (gettext ("For bug reporting instructions, please see:\n\
-<http://www.gnu.org/software/libc/bugs.html>.\n"));
+ fputs (gettext ("For bug reporting instructions, please see:\n\
+<http://www.gnu.org/software/libc/bugs.html>.\n"), stdout);
return 0;
}
else if (strcmp (argv[1], "--version") == 0)