missing last letter
This commit is contained in:
parent
c6b8062782
commit
430bde78cd
@ -751,7 +751,7 @@ static char *www_wordwrap(char *content, int cutoff) {
|
|||||||
line_count++;
|
line_count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//content[at++] = content[i];
|
content[at++] = content[i];
|
||||||
content[at] = '\0';
|
content[at] = '\0';
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user