mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
Update.
* iconv/iconv_prog.c (main): Print progress information to stderr.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user