- Many fixes to tas code

- fixes to amor writing and status code
- edited ecbcounter to stop at no beam
- updated documentation
- fixed a bug in project code affecting SANS
This commit is contained in:
cvs
2003-05-05 07:49:26 +00:00
parent 4ca2fcff60
commit 4ebf207325
25 changed files with 271 additions and 102 deletions

5
scan.c
View File

@ -935,6 +935,11 @@ int StoreScanCounts(pScanData self, char *data)
if(pPtr != NULL)
{
sCount.lCount = atoi(pNumber);
}
else
{
SCWrite(self->pCon,"ERROR: No data in StoreScanCounts",eError);
return 0;
}
while((pPtr = stptok(pPtr,pNumber,19," \t")) != NULL)
{