diff --git a/src/ChangeLog b/src/ChangeLog index 2edb1eb3..1a8cfcc9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-04-06 Hrvoje Niksic + + * http.c (gethttp): Prepend literal newline with `\n\'. + 2001-04-06 Hrvoje Niksic * sysdep.h: Don't define VERY_LONG_FORMAT. diff --git a/src/http.c b/src/http.c index ec593be2..f23a7ce4 100644 --- a/src/http.c +++ b/src/http.c @@ -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; }