mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
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:
parent
606fbd540c
commit
7dbf91df03
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user