dtmail: MotifCmds.C: NULL is not False
This commit is contained in:
parent
5a205388e3
commit
abfcb71d1d
|
|
@ -96,7 +96,7 @@ ToggleButtonCmd::getButtonState()
|
|||
CmdInterface *ci;
|
||||
Widget toggleButton;
|
||||
|
||||
if (!_ci) return(NULL);
|
||||
if (!_ci) return(False);
|
||||
|
||||
ci = _ci[0];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue