*** empty log message ***
This commit is contained in:
3
task.c
3
task.c
@ -243,7 +243,8 @@
|
||||
IncrTaskPointer(self);
|
||||
while(self->iStop == 0)
|
||||
{
|
||||
if((self->pCurrent != pEnd) && (self->pCurrent->iStatus == READY))
|
||||
if((self->pCurrent != pEnd) && (self->pCurrent->iStatus == READY)
|
||||
&& self->pCurrent != NULL)
|
||||
/* omit ourselves! */
|
||||
{
|
||||
iRet = self->pCurrent->pRun(self->pCurrent->pData);
|
||||
|
Reference in New Issue
Block a user