should fix speedracer SunOS bustage

This commit is contained in:
naving%netscape.com 2001-06-20 00:24:54 +00:00
parent 2e487bdf56
commit 0f6bf1f2e1

View File

@ -1097,8 +1097,9 @@ NS_IMETHODIMP nsImapIncomingServer::PossibleImapMailbox(const char *folderPath,
inbox.SetCharAt(parentName.CharAt(i), j++);
if (nsCRT::strcmp(inbox,"INBOX") != 0 )
{
dupFolderPath.ReplaceSubstring(inbox,"INBOX");
parentName.ReplaceSubstring(inbox,"INBOX");
nsCAutoString INBOX("INBOX");
dupFolderPath.ReplaceSubstring(inbox,INBOX);
parentName.ReplaceSubstring(inbox,INBOX);
}
}
parentUri.Append('/');