aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-html-utils.c')
-rw-r--r--e-util/e-html-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c
index 7395f6144b..e63b233676 100644
--- a/e-util/e-html-utils.c
+++ b/e-util/e-html-utils.c
@@ -208,7 +208,7 @@ e_text_to_html (const char *input, unsigned int flags)
E_TEXT_TO_HTML_CONVERT_NL)) {
do {
out = check_size (&buffer, &buffer_size,
- out, 6);
+ out, 7);
strcpy (out, " ");
out += 6;
col++;