Little teeny bug fix in e_text_to_html tab expansion.

svn path=/trunk/; revision=4905
This commit is contained in:
Peter Williams
2000-08-21 18:42:10 +00:00
parent bcaa8e51c6
commit c415597aa4
2 changed files with 6 additions and 1 deletions

View File

@ -228,7 +228,7 @@ e_text_to_html (const char *input, unsigned int flags)
if (flags & (E_TEXT_TO_HTML_CONVERT_SPACES |
E_TEXT_TO_HTML_CONVERT_NL)) {
do {
check_size (&buffer, &buffer_size,
out = check_size (&buffer, &buffer_size,
out, 6);
strcpy (out, " ");
out += 6;