RoamInterruptibleCmd.C: NULL is not 0
authorJon Trulson <jon@radscan.com>
Sun, 6 Apr 2014 22:49:24 +0000 (16:49 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 6 Apr 2014 22:49:24 +0000 (16:49 -0600)
cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C

index 07ee31d247495a44e2956679c15f6829034aca21..feb578fef57376e24d81c9fca8efbe3f68657b24 100644 (file)
@@ -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;