Skip to content

Commit 6ca7808

Browse files
author
Erik Greenwald
committed
ok, ok, NULL is not necessarily 0.
1 parent f6e84e9 commit 6ca7808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clstepcore/sdaiSelect.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ bool SCLP23(Select)::exists() const
176176
{
177177
// instead of returning the address as 'true' or NULL as false, lets reduce
178178
// this down to a bool.
179-
return underlying_type != 0;
179+
return underlying_type != NULL;
180180
}
181181

182182
void SCLP23(Select)::nullify()

0 commit comments

Comments
 (0)