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:
0080185
)
RoamMenuWindow.C: NULL is not 0
author
Jon Trulson
<jon@radscan.com>
Sun, 6 Apr 2014 22:51:16 +0000
(16:51 -0600)
committer
Jon Trulson
<jon@radscan.com>
Sun, 6 Apr 2014 22:51:16 +0000
(16:51 -0600)
cde/programs/dtmail/dtmail/RoamMenuWindow.C
patch
|
blob
|
history
diff --git
a/cde/programs/dtmail/dtmail/RoamMenuWindow.C
b/cde/programs/dtmail/dtmail/RoamMenuWindow.C
index 5636d1c5b09be82d0b7f599077d76008bb8fb35c..33d0b85f8201ec1e4ad3d7d3029a9ce136aaa18c 100644
(file)
--- a/
cde/programs/dtmail/dtmail/RoamMenuWindow.C
+++ b/
cde/programs/dtmail/dtmail/RoamMenuWindow.C
@@
-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.