RoamMenuWindow.C: NULL is not 0
authorJon Trulson <jon@radscan.com>
Sun, 6 Apr 2014 22:51:16 +0000 (16:51 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 6 Apr 2014 22:51:16 +0000 (16:51 -0600)
cde/programs/dtmail/dtmail/RoamMenuWindow.C

index 5636d1c5b09be82d0b7f599077d76008bb8fb35c..33d0b85f8201ec1e4ad3d7d3029a9ce136aaa18c 100644 (file)
@@ -430,8 +430,8 @@ RoamMenuWindow::RoamMenuWindow (char *name) : MenuWindow ("dtmail", True)
     //
     // Initialize private variables
     //
-    _mbox_image = NULL;
-    _mbox_mask  = NULL;
+    _mbox_image = 0;
+    _mbox_mask  = 0;
 
     _my_editor = NULL;
     _message = NULL;
@@ -683,7 +683,7 @@ RoamMenuWindow::initialize()
 
        if (_mbox_image == XmUNSPECIFIED_PIXMAP ||
            _mbox_mask == XmUNSPECIFIED_PIXMAP)
-         _mbox_image = _mbox_mask = NULL;
+         _mbox_image = _mbox_mask = 0;
     }
     
     // Add an event handler for structureNotify.