diff --git a/cde/programs/dtmail/dtmail/SendMsgDialog.C b/cde/programs/dtmail/dtmail/SendMsgDialog.C index 3eac634c5..d2dcd9a4d 100644 --- 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];