]> sjero.net Git - wget/commitdiff
[svn] Prepend literal newline with `\n\' inside quoted string.
authorhniksic <devnull@localhost>
Fri, 6 Apr 2001 03:06:00 +0000 (20:06 -0700)
committerhniksic <devnull@localhost>
Fri, 6 Apr 2001 03:06:00 +0000 (20:06 -0700)
src/ChangeLog
src/http.c

index 2edb1eb36821b87873d3e9e1c4a84417d2eb2888..1a8cfcc9c0c27898e3494f90c00dffd45d00b403 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * http.c (gethttp): Prepend literal newline with `\n\'.
+
 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * sysdep.h: Don't define VERY_LONG_FORMAT.
index ec593be26894c21a574fbe9085bebcbaa33d4afe..f23a7ce43184ceb49dc2c9eb2d1ef44365812e54 100644 (file)
@@ -1170,8 +1170,8 @@ Accept: %s\r\n\
            {
              logprintf (LOG_NOTQUIET,
                         _("\
-
-    The server does not support continued download;
+\n\
+    The server does not support continued download;\n\
     refusing to truncate `%s'.\n\n"), u->local);
              return CONTNOTSUPPORTED;
            }