mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Update.
* iconv/iconv_prog.c (main): Print progress information to stderr.
This commit is contained in:
parent
366778e93f
commit
c4f4ef8719
@ -1,5 +1,7 @@
|
|||||||
2004-09-30 Ulrich Drepper <drepper@redhat.com>
|
2004-09-30 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* iconv/iconv_prog.c (main): Print progress information to stderr.
|
||||||
|
|
||||||
* nscd/nscd.c (termination_handler): Reset timestamp so that
|
* nscd/nscd.c (termination_handler): Reset timestamp so that
|
||||||
clients immediately stop using the database.
|
clients immediately stop using the database.
|
||||||
|
|
||||||
|
@ -283,7 +283,7 @@ conversion from `%s' and to `%s' are not supported"),
|
|||||||
int fd, ret;
|
int fd, ret;
|
||||||
|
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf ("%s:\n", argv[remaining]);
|
fprintf (stderr, "%s:\n", argv[remaining]);
|
||||||
if (strcmp (argv[remaining], "-") == 0)
|
if (strcmp (argv[remaining], "-") == 0)
|
||||||
fd = 0;
|
fd = 0;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user