From: Jon Trulson Date: Sun, 14 Sep 2014 20:20:21 +0000 (-0600) Subject: dtmail: MotifCmds.C: NULL is not False X-Git-Tag: 2.2.3~112 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=abfcb71d1de5679f2c7d9a9fa4e1b0fe7f272fbc;p=oweals%2Fcde.git dtmail: MotifCmds.C: NULL is not False --- diff --git a/cde/programs/dtmail/MotifApp/MotifCmds.C b/cde/programs/dtmail/MotifApp/MotifCmds.C index ef6ae7c7..be5c247b 100644 --- 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];