fixed some small bugs M.Z.

This commit is contained in:
cvs
2004-07-06 13:10:03 +00:00
parent adaef594fe
commit 29e34ef0ca
4 changed files with 5 additions and 5 deletions

View File

@ -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;
}