fix for lame bustage

This commit is contained in:
alecf%netscape.com 2000-05-12 04:30:12 +00:00
parent 97325cede8
commit 17105f0326

View File

@ -1200,9 +1200,7 @@ nsMsgSearchTerm::GetBooleanAnd(PRBool *aResult)
NS_IMETHODIMP
nsMsgSearchTerm::SetBooleanAnd(PRBool aValue)
{
m_booleanOp =
aValue ? nsMsgSearchBooleanOp::BooleanAND :
nsMsgSearchBooleanOp::BooleanOR;
m_booleanOp = (aValue) ? nsMsgSearchBooleanOp::BooleanAND : nsMsgSearchBooleanOp::BooleanOR;
return NS_OK;
}