Attempting to fix Mac bustage.

git-svn-id: svn://10.0.0.236/trunk@115793 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
heikki%netscape.com
2002-03-05 03:48:44 +00:00
parent ae90796cb3
commit c183c918a2

View File

@@ -1018,7 +1018,7 @@ PRBool nsEudoraMac::IsValidMailFolderName( nsCString& name)
return( PR_TRUE);
for (int i = 0; i < kNumBadFolderNames; i++) {
if (!name.CompareWithConversion( cBadFolderNames[i], PR_TRUE))
if (!name.Compare( cBadFolderNames[i], PR_TRUE))
return( PR_FALSE);
}