Bug #327037 --> newsgroup name abbreviations with non ascii characters

are getting corrupted due to the fix for 327037. Thanks to Shaohua Wen for catching this.

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2006-07-18 00:01:37 +00:00
parent 606fbd540c
commit 7dbf91df03

View File

@ -732,7 +732,7 @@ nsresult nsMsgNewsFolder::AbbreviatePrettyName(PRUnichar ** prettyName, PRInt32
PRInt32 newword = 0; // == 2 if done with all abbreviated words
fullwords = 0;
char currentChar;
PRUnichar currentChar;
for (PRInt32 i = 1; i < length; i++) {
// this temporary assignment is needed to fix an intel mac compiler bug.
// See Bug #327037 for details.