- First working version of the TRICS collision protection module
This commit is contained in:
@@ -489,8 +489,8 @@ static int PoldiStart(pPolterdi self, SConnection *pCon)
|
||||
long lVal;
|
||||
|
||||
/* open everything again */
|
||||
NXopen(self->pFile,NXACC_RDWR,&hfil);
|
||||
if(!self->pFile)
|
||||
status = NXopen(self->pFile,NXACC_RDWR,&hfil);
|
||||
if(status != NX_OK)
|
||||
{
|
||||
SCWrite(pCon,"ERROR: cannot reopen data file ",eError);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user