Cleanup. Do not use == true or == false.

This commit is contained in:
Steve Checkoway
2004-09-06 21:28:56 +00:00
parent 1ec7e317ad
commit 27d4678adf
11 changed files with 48 additions and 43 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ void ScreenOptionsMaster::ImportOption( const OptionRowData &row, const OptionRo
if( !row.bMultiSelect )
{
// The first row ("go down") should not be selected.
ASSERT( vbSelectedOut[0] == false );
ASSERT( !vbSelectedOut[0] );
// there should be exactly one option selected
int iNumSelected = 0;