fixed some small bugs M.Z.
This commit is contained in:
@ -484,12 +484,11 @@
|
||||
int iRet;
|
||||
assert(self);
|
||||
|
||||
self->iRun = 0;
|
||||
|
||||
/* do nothing if not running */
|
||||
if(self->lTask < 0)
|
||||
{
|
||||
printf("Nothing to wait for....\n");
|
||||
printf("Nothing to wait for.... \n");
|
||||
self->iRun = 0; /* not sure if this is needed here, but does not harm */
|
||||
return self->iStatus;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user