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