mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
stsc: escnonprint -> quotearg_style
This commit is contained in:
parent
b91e2353f5
commit
6db8909f87
@ -1,3 +1,8 @@
|
||||
2008-06-24 Steven Schubiger <stsc@members.fsf.org>
|
||||
|
||||
* http.c (http_loop): Replace escnonprint() occurence with
|
||||
a quotearg_style() call.
|
||||
|
||||
2008-06-24 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* ftp-ls.c (ftp_index): Don't assume time_t* is compatible with
|
||||
|
@ -2704,7 +2704,7 @@ Remote file exists.\n\n"));
|
||||
logprintf (LOG_NONVERBOSE,
|
||||
_("%s URL:%s %2d %s\n"),
|
||||
tms, u->url, hstat.statcode,
|
||||
hstat.message ? escnonprint (hstat.message) : "");
|
||||
hstat.message ? quotearg_style (escape_quoting_style, hstat.message) : "");
|
||||
goto exit;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user