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

[svn] Prepend literal newline with `\n\' inside quoted string.

This commit is contained in:
hniksic 2001-04-05 20:06:00 -07:00
parent 3c6093cf13
commit 31ea5aae27
2 changed files with 6 additions and 2 deletions

View 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.

View 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;
}