- Removed automatic loading of status file on startup
- make soft motor values the default all over - Introduced nxscript putSlab - Fixed a bug in polldriv
This commit is contained in:
13
nxdict.c
13
nxdict.c
@@ -1349,19 +1349,8 @@
|
||||
iRet = NXDIUnwind(hfil,pParse.iDepth);
|
||||
return NX_ERROR;
|
||||
}
|
||||
|
||||
|
||||
/* try rewinding the hierarchy */
|
||||
if(pParse.iTerminal == TERMSDS)
|
||||
{
|
||||
iStat = NXDIUnwind(hfil,pParse.iDepth);
|
||||
if(iStat != NX_OK)
|
||||
{
|
||||
return NX_ERROR;
|
||||
}
|
||||
}
|
||||
/* do not rewind on links */
|
||||
return iRet;
|
||||
return iRet;
|
||||
}
|
||||
/*------------------------------------------------------------------------*/
|
||||
NXstatus NXDopenalias(NXhandle hfil, NXdict dict, char *pAlias)
|
||||
|
||||
Reference in New Issue
Block a user