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:
parent
3c6093cf13
commit
31ea5aae27
@ -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>
|
2001-04-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* sysdep.h: Don't define VERY_LONG_FORMAT.
|
* sysdep.h: Don't define VERY_LONG_FORMAT.
|
||||||
|
@ -1170,8 +1170,8 @@ Accept: %s\r\n\
|
|||||||
{
|
{
|
||||||
logprintf (LOG_NOTQUIET,
|
logprintf (LOG_NOTQUIET,
|
||||||
_("\
|
_("\
|
||||||
|
\n\
|
||||||
The server does not support continued download;
|
The server does not support continued download;\n\
|
||||||
refusing to truncate `%s'.\n\n"), u->local);
|
refusing to truncate `%s'.\n\n"), u->local);
|
||||||
return CONTNOTSUPPORTED;
|
return CONTNOTSUPPORTED;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user