bug 102515: fix assertion from previous patch
checkin for mailto:andreas.otte@debitel.net, r=bstell@netscape.com, sr=blizzard@mozilla.org git-svn-id: svn://10.0.0.236/trunk@108094 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -244,7 +244,7 @@ nsPosixLocale::ParseLocaleString(const char* locale_string, char* language, char
|
||||
|
||||
if (*src == '@') {
|
||||
src++; // move past the modifier separator
|
||||
NS_ASSERTION(strcmp("euro",src) != 0, "found non euro modifier");
|
||||
NS_ASSERTION(strcmp("euro",src) == 0, "found non euro modifier");
|
||||
dest = modifier;
|
||||
dest_space = MAX_EXTRA_LEN;
|
||||
while ((*src) && (dest_space--)) {
|
||||
|
||||
Reference in New Issue
Block a user