From: Jon Trulson Date: Sun, 6 Apr 2014 22:53:05 +0000 (-0600) Subject: SendMsgDialog.C: NULL is not 0 X-Git-Tag: 2.2.2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a22f0671bc02d482991198a57e5d495b64d7d78;p=oweals%2Fcde.git SendMsgDialog.C: NULL is not 0 --- diff --git a/cde/programs/dtmail/dtmail/SendMsgDialog.C b/cde/programs/dtmail/dtmail/SendMsgDialog.C index 3eac634c..d2dcd9a4 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];