mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
RoamInterruptibleCmd.C: NULL is not 0
This commit is contained in:
parent
b241414cda
commit
0080185db9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ RoamInterruptibleCmd::RoamInterruptibleCmd ( char *name,
|
||||||
int active ) :
|
int active ) :
|
||||||
NoUndoCmd ( name, label, 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()
|
_callback = NULL; // Callbacks are specified in execute()
|
||||||
_clientData = NULL;
|
_clientData = NULL;
|
||||||
_done = FALSE;
|
_done = FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue