dtmail: MotifCmds.C: NULL is not False
authorJon Trulson <jon@radscan.com>
Sun, 14 Sep 2014 20:20:21 +0000 (14:20 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 14 Sep 2014 20:20:21 +0000 (14:20 -0600)
cde/programs/dtmail/MotifApp/MotifCmds.C

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