1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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

View file

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