change code inside #ifdef DEBUG me so it will compile, no bug or reviewer
git-svn-id: svn://10.0.0.236/trunk@108514 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c16cad780b
commit
8006f0dd31
@ -1599,7 +1599,7 @@ NS_IMETHODIMP nsMsgFolder::OnFlagChange(PRUint32 flag)
|
||||
#ifdef DEBUG_bienvenu
|
||||
nsXPIDLString name;
|
||||
rv = GetName(getter_Copies(name));
|
||||
NS_ASSERTION(nsCRT::strcmp(name, "Trash") || (mFlags & MSG_FOLDER_FLAG_TRASH), "lost trash flag");
|
||||
NS_ASSERTION(Compare(name, NS_LITERAL_STRING("Trash")) || (mFlags & MSG_FOLDER_FLAG_TRASH), "lost trash flag");
|
||||
#endif
|
||||
folderInfo->SetFlags((PRInt32) mFlags);
|
||||
if (db)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user