projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a20538
)
dtmail: MotifCmds.C: NULL is not False
author
Jon Trulson
<jon@radscan.com>
Sun, 14 Sep 2014 20:20:21 +0000
(14:20 -0600)
committer
Jon Trulson
<jon@radscan.com>
Sun, 14 Sep 2014 20:20:21 +0000
(14:20 -0600)
cde/programs/dtmail/MotifApp/MotifCmds.C
patch
|
blob
|
history
diff --git
a/cde/programs/dtmail/MotifApp/MotifCmds.C
b/cde/programs/dtmail/MotifApp/MotifCmds.C
index ef6ae7c7865e777d943e705ac60793c792b7b413..be5c247b8610813e13d90c3025aa539e65482606 100644
(file)
--- a/
cde/programs/dtmail/MotifApp/MotifCmds.C
+++ b/
cde/programs/dtmail/MotifApp/MotifCmds.C
@@
-96,7
+96,7
@@
ToggleButtonCmd::getButtonState()
CmdInterface *ci;
Widget toggleButton;
- if (!_ci) return(
NULL
);
+ if (!_ci) return(
False
);
ci = _ci[0];