changeset 2859:82cf2358c771

[gaim-migrate @ 2872] heh. one of these days i'll start thinking before acting. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 08 Dec 2001 10:15:09 +0000
parents 450392752988
children d842df0f5fe1
files src/gtkimhtml.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Sat Dec 08 10:13:36 2001 +0000
+++ b/src/gtkimhtml.c	Sat Dec 08 10:15:09 2001 +0000
@@ -3088,8 +3088,6 @@
 			pos += tlen;
 		} else if (*c == '\n') {
 			if (!(options & GTK_IMHTML_NO_NEWLINE)) {
-				ws [wpos] = 0;
-				wpos = 0;
 				NEW_BIT (NEW_TEXT_BIT);
 				NEW_BIT (NEW_BR_BIT);
 			}
@@ -3110,7 +3108,6 @@
 		}
 	}
 
-	ws [wpos] = 0;
 	NEW_BIT (NEW_TEXT_BIT);
 
 	while (newbits) {