From: Jon Trulson Date: Sun, 6 Apr 2014 22:49:24 +0000 (-0600) Subject: RoamInterruptibleCmd.C: NULL is not 0 X-Git-Tag: 2.2.2~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0080185db9453e121fdbbba6662e7331964aa262;p=oweals%2Fcde.git RoamInterruptibleCmd.C: NULL is not 0 --- diff --git a/cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C b/cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C index 07ee31d2..feb578fe 100644 --- a/cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C +++ b/cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C @@ -56,7 +56,7 @@ RoamInterruptibleCmd::RoamInterruptibleCmd ( char *name, int active ) : NoUndoCmd ( name, label, active ) { - _wpId = NULL; // There is no work procedure yet + _wpId = 0; // There is no work procedure yet _callback = NULL; // Callbacks are specified in execute() _clientData = NULL; _done = FALSE;