From c415597aa45aa1954e32771b6841ced41c55c2cb Mon Sep 17 00:00:00 2001
From: Peter Williams <peterw@src.gnome.org>
Date: Mon, 21 Aug 2000 18:42:10 +0000
Subject: Little teeny bug fix in e_text_to_html tab expansion.

svn path=/trunk/; revision=4905
---
 e-util/e-html-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'e-util/e-html-utils.c')

diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c
index 9aba42626e..91cb00aa4b 100644
--- a/e-util/e-html-utils.c
+++ b/e-util/e-html-utils.c
@@ -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, "&nbsp;");
 					out += 6;
-- 
cgit