This commit is contained in:
Andrew Pamment 2018-02-28 09:19:55 +10:00
parent c5c5faf772
commit dd428487fa

View File

@ -780,7 +780,7 @@ static char *www_wordwrap(char *content, int cutoff) {
if (content[i] == '\r') {
line_count = 0;
last_space = NULL;
quote_line == 0;
quote_line = 0;
} else if (line_count == cutoff) {
// wrap
if (quote_line == 1) {