mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08: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>
|
||||
|
||||
* iconv/iconv_prog.c (main): Print progress information to stderr.
|
||||
|
||||
* nscd/nscd.c (termination_handler): Reset timestamp so that
|
||||
clients immediately stop using the database.
|
||||
|
||||
|
@ -283,7 +283,7 @@ conversion from `%s' and to `%s' are not supported"),
|
||||
int fd, ret;
|
||||
|
||||
if (verbose)
|
||||
printf ("%s:\n", argv[remaining]);
|
||||
fprintf (stderr, "%s:\n", argv[remaining]);
|
||||
if (strcmp (argv[remaining], "-") == 0)
|
||||
fd = 0;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user