1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Use Gnulib's quote function in progress.c.

This commit is contained in:
Steven Schubiger 2008-04-16 12:25:45 +02:00
parent 29b8cb5661
commit 9d519d49f0
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@
* log.c: Likewise.
* mswindows.c: Likewise.
* openssl.c: Likewise.
* progress.c: Likewise.
2008-04-16 Steven Schubiger <schubiger@gmail.com>

View File

@ -453,8 +453,8 @@ dot_set_params (const char *params)
}
else
fprintf (stderr,
_("Invalid dot style specification `%s'; leaving unchanged.\n"),
params);
_("Invalid dot style specification %s; leaving unchanged.\n"),
quote (params));
}
/* "Thermometer" (bar) progress. */