mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Don't treat bug reporting message as a format string.
This commit is contained in:
committed by
Ulrich Drepper
parent
8a909c6430
commit
f60ddf9bf7
@ -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)
|
||||
|
Reference in New Issue
Block a user