# HG changeset patch # User Nathan Walp # Date 1060198613 0 # Node ID b6d204635cd25c214068b9c60a3b4c143b67763f # Parent 144aa76a1513d806370b1440d90d6a74df630d9a [gaim-migrate @ 6902] I think this might solve the problem of ever-expanding profiles on win32 committer: Tailor Script diff -r 144aa76a1513 -r b6d204635cd2 src/util.c --- 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, "
"); src++; dest += 4; + } else if(*src == '\r') { + src++; } else { *dest++ = *src; if (*src == '\0')