Fix for corrupting Japanese messages with auto URL detection - Bug: 18410 - r: rhp (external contribution) a: chofmann

git-svn-id: svn://10.0.0.236/trunk@56277 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhp%netscape.com
1999-12-21 15:23:24 +00:00
parent a25d9509e9
commit 9bcbbdfd63

View File

@@ -86,6 +86,11 @@ mozTXTToHTMLConv::UnescapeStr(const nsAutoString& aString)
result += '&'; result += '&';
i += 5; i += 5;
} }
else
{
result += aString[i];
i++;
}
} }
else else
{ {