Fix bustage.
git-svn-id: svn://10.0.0.236/trunk@70016 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user