Kaydet (Commit) a31cea1b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of NULL constant to 'bool'

Change-Id: I1cbfa318e75ac5c86c0c7d2dbc033601fec3d46c
üst 88d95356
......@@ -1132,7 +1132,7 @@ bool ScQueryCellIterator::GetThis()
do
{
if ( ++nCol > mpParam->nCol2 )
return NULL; // Over and out
return false; // Over and out
if ( bAdvanceQuery )
{
AdvanceQueryParamEntryField();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment