# HG changeset patch # User Eric Warmenhoven # Date 1007806509 0 # Node ID 82cf2358c771ca19fcfa8c95520f14b8d8b50b69 # Parent 450392752988f83389a12bc43ed217b40a6bbf69 [gaim-migrate @ 2872] heh. one of these days i'll start thinking before acting. committer: Tailor Script diff -r 450392752988 -r 82cf2358c771 src/gtkimhtml.c --- 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) {