diff --git a/src/www_msgs.c b/src/www_msgs.c index 649aeec..0633b8d 100644 --- a/src/www_msgs.c +++ b/src/www_msgs.c @@ -751,7 +751,7 @@ static char *www_wordwrap(char *content, int cutoff) { line_count++; } } - //content[at++] = content[i]; + content[at++] = content[i]; content[at] = '\0';