- Various little fixes to the TAS software

- Added a sync command for synchronizing a simulation server with the
  master server.
This commit is contained in:
cvs
2001-03-16 16:09:33 +00:00
parent 5be8359212
commit bae18e8686
24 changed files with 494 additions and 78 deletions

View File

@@ -424,11 +424,11 @@ static int TASScanPoint(pScanData self, int iPoint)
*/
if(pTAS->iPOL > 0)
{
sprintf(pBueffel,"%3d.%1d",iPoint,pTAS->iPOL);
sprintf(pBueffel,"%3d.%1d",iPoint+1,pTAS->iPOL);
}
else
{
sprintf(pBueffel,"%4d ", iPoint);
sprintf(pBueffel,"%4d ", iPoint+1);
}
/*