dtmail: MotifCmds.C: NULL is not False

This commit is contained in:
Jon Trulson 2014-09-14 14:20:21 -06:00
parent 5a205388e3
commit abfcb71d1d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ ToggleButtonCmd::getButtonState()
CmdInterface *ci;
Widget toggleButton;
if (!_ci) return(NULL);
if (!_ci) return(False);
ci = _ci[0];