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:
parent
29b8cb5661
commit
9d519d49f0
@ -11,6 +11,7 @@
|
||||
* log.c: Likewise.
|
||||
* mswindows.c: Likewise.
|
||||
* openssl.c: Likewise.
|
||||
* progress.c: Likewise.
|
||||
|
||||
2008-04-16 Steven Schubiger <schubiger@gmail.com>
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user