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:
parent
20265cd088
commit
4a22f0671b
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue