diff --git a/cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C b/cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C index 07ee31d24..feb578fef 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;