]> sjero.net Git - wget/commitdiff
stsc: escnonprint -> quotearg_style
authorMicah Cowan <micah@cowan.name>
Tue, 24 Jun 2008 19:08:46 +0000 (12:08 -0700)
committerMicah Cowan <micah@cowan.name>
Tue, 24 Jun 2008 19:08:46 +0000 (12:08 -0700)
src/ChangeLog
src/http.c

index 5ba66906eef2afd8eb1703aef61c9e6f6e3e9ff1..3df8ddaeb848fffa55f20aaba5c3b1f6b8d551c0 100644 (file)
@@ -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
index f79b1e7ad082c79d9f3908fa7ecdd6c330e69c8a..113e096a6705f7036fd41c2cc78ea57485f683c7 100644 (file)
@@ -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;
                     }
                 }