1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

SendMsgDialog.C: NULL is not 0

This commit is contained in:
Jon Trulson 2014-04-06 16:53:05 -06:00
parent 20265cd088
commit 4a22f0671b

View file

@ -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];