We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e84e9 commit 6ca7808Copy full SHA for 6ca7808
src/clstepcore/sdaiSelect.cc
@@ -176,7 +176,7 @@ bool SCLP23(Select)::exists() const
176
{
177
// instead of returning the address as 'true' or NULL as false, lets reduce
178
// this down to a bool.
179
- return underlying_type != 0;
+ return underlying_type != NULL;
180
}
181
182
void SCLP23(Select)::nullify()
0 commit comments