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:
parent
5a205388e3
commit
abfcb71d1d
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue