зеркало из https://github.com/mozilla/pjs.git
Ugh. Another try at the bustage...
This commit is contained in:
Родитель
2303015bfa
Коммит
aaaca0db88
|
@ -1018,7 +1018,7 @@ PRBool nsEudoraMac::IsValidMailFolderName( nsCString& name)
|
||||||
return( PR_TRUE);
|
return( PR_TRUE);
|
||||||
|
|
||||||
for (int i = 0; i < kNumBadFolderNames; i++) {
|
for (int i = 0; i < kNumBadFolderNames; i++) {
|
||||||
if (!name.Compare( cBadFolderNames[i], nsCaseInsensitiveCStringComparator()))
|
if (name.Equals( cBadFolderNames[i], nsCaseInsensitiveCStringComparator()))
|
||||||
return( PR_FALSE);
|
return( PR_FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче