changeset 6397:b6d204635cd2

[gaim-migrate @ 6902] I think this might solve the problem of ever-expanding profiles on win32 committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 06 Aug 2003 19:36:53 +0000
parents 144aa76a1513
children c9894c0fbc6f
files src/util.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/util.c	Wed Aug 06 19:20:57 2003 +0000
+++ b/src/util.c	Wed Aug 06 19:36:53 2003 +0000
@@ -693,6 +693,8 @@
 			strcpy(dest, "<BR>");
 			src++;
 			dest += 4;
+		} else if(*src == '\r') {
+			src++;
 		} else {
 			*dest++ = *src;
 			if (*src == '\0')