From 4a22f0671bc02d482991198a57e5d495b64d7d78 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 6 Apr 2014 16:53:05 -0600 Subject: [PATCH] SendMsgDialog.C: NULL is not 0 --- cde/programs/dtmail/dtmail/SendMsgDialog.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.25.1