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:
20265cd
)
SendMsgDialog.C: NULL is not 0
author
Jon Trulson
<jon@radscan.com>
Sun, 6 Apr 2014 22:53:05 +0000
(16:53 -0600)
committer
Jon Trulson
<jon@radscan.com>
Sun, 6 Apr 2014 22:53:05 +0000
(16:53 -0600)
cde/programs/dtmail/dtmail/SendMsgDialog.C
patch
|
blob
|
history
diff --git
a/cde/programs/dtmail/dtmail/SendMsgDialog.C
b/cde/programs/dtmail/dtmail/SendMsgDialog.C
index 3eac634c525f2e3be1101fd9ddb4dd94dc3f10a0..d2dcd9a4d30b6ce46feb7af40618fd526e500625 100644
(file)
--- a/
cde/programs/dtmail/dtmail/SendMsgDialog.C
+++ b/
cde/programs/dtmail/dtmail/SendMsgDialog.C
@@
-2892,7
+2892,7
@@
SendMsgDialog::reset()
_lastAttBP = NULL; // So just set this to NULL.
// Delete or set to NULL ???
_inclMsgHandle = NULL;
- _inclMsgHasText =
NULL
;
+ _inclMsgHasText =
0
;
for (int clear = 0; clear < _header_list.length(); clear++) {
HeaderList * hl = _header_list[clear];