From: Eric W. <war...@us...> - 2001-12-08 10:15:11
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv26985 Modified Files: gtkimhtml.c Log Message: heh. one of these days i'll start thinking before acting. Index: gtkimhtml.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v retrieving revision 1.87 retrieving revision 1.88 diff -u -d -r1.87 -r1.88 --- gtkimhtml.c 2001/12/08 10:13:36 1.87 +++ gtkimhtml.c 2001/12/08 10:15:09 1.88 @@ -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) { |