Silly typos "==" should be "="

r1971 | dcl | 2007-05-21 17:50:27 +1000 (Mon, 21 May 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-05-21 17:50:27 +10:00
parent dbcdf0e38c
commit 65b36cf992
3 changed files with 5 additions and 5 deletions

View File

@@ -609,7 +609,7 @@ int NETReadTillTerm(mkChannel *self, long timeout,
pBuffer[bufPtr] = '\0';
return bufPtr;
} else {
matchIndex == 1;
matchIndex = 1;
}
}
}

View File

@@ -295,7 +295,7 @@ extern int VerifyChannel(mkChannel *self); /* defined in network.c */
/* DFC locking for protocol zero only */
if (pItem->pCon->iProtocolID == 0 &&
CostaLocked(pItem->pCon->pStack))
iStat == 0;
iStat = 0;
else
iStat = CostaTop(pItem->pCon->pStack,pItem->pHold);
if(!iStat)
@@ -310,7 +310,7 @@ extern int VerifyChannel(mkChannel *self); /* defined in network.c */
/* DFC locking for protocol zero only */
if (pItem->pCon->iProtocolID == 0 &&
CostaLocked(pItem->pCon->pStack))
iStat == 0;
iStat = 0;
else
iStat = CostaTop(pItem->pCon->pStack,pPtr);
if(!iStat)
@@ -528,7 +528,7 @@ extern int VerifyChannel(mkChannel *self); /* defined in network.c */
/* DFC locking for protocol zero only */
if (pItem->pCon->iProtocolID == 0 &&
CostaLocked(pItem->pCon->pStack))
iStat == 0;
iStat = 0;
else
iStat = CostaTop(pItem->pCon->pStack,pItem->pHold);
/* printf("%s\n",pItem->pHold); */

View File

@@ -711,7 +711,7 @@ static void KillTasMot(void *pData){
if(self->pDes != NULL){
DeleteDescriptor(self->pDes);
self->pDes == NULL;
self->pDes = NULL;
}
if(self->pDriv != NULL){
free(self->pDriv);