projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b241414
)
RoamInterruptibleCmd.C: NULL is not 0
author
Jon Trulson
<jon@radscan.com>
Sun, 6 Apr 2014 22:49:24 +0000
(16:49 -0600)
committer
Jon Trulson
<jon@radscan.com>
Sun, 6 Apr 2014 22:49:24 +0000
(16:49 -0600)
cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C
patch
|
blob
|
history
diff --git
a/cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C
b/cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C
index 07ee31d247495a44e2956679c15f6829034aca21..feb578fef57376e24d81c9fca8efbe3f68657b24 100644
(file)
--- 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;