Fix bustage.

git-svn-id: svn://10.0.0.236/trunk@70016 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2000-05-16 08:43:56 +00:00
parent 6a7be083de
commit a70f9ae2cf

View File

@@ -1469,7 +1469,7 @@ void CMapiFolderList::EnsureUniqueName( CMapiFolder *pFolder)
pCurrent = (CMapiFolder *)GetAt( i);
if (pCurrent->GetDepth() == pFolder->GetDepth()) {
pCurrent->GetDisplayName( cName);
if (!cName.Compare( name, PR_TRUE)) {
if (!cName.CompareWithConversion( name, PR_TRUE)) {
ChangeName( name);
pFolder->SetDisplayName( name);
done = FALSE;