From abfcb71d1de5679f2c7d9a9fa4e1b0fe7f272fbc Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 14 Sep 2014 14:20:21 -0600 Subject: [PATCH] dtmail: MotifCmds.C: NULL is not False --- cde/programs/dtmail/MotifApp/MotifCmds.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.25.1