- Fixed a crash coming from velo.c
- Improved saving of reflection lists - The other changes are mostly whitespace
This commit is contained in:
3
sicvar.c
3
sicvar.c
@@ -543,8 +543,7 @@ int VarWrapper(SConnection * pCon, SicsInterp * pInterp, void *pData,
|
||||
return iRet;
|
||||
} else {
|
||||
/* now, only a new value is still possible */
|
||||
eStat = GetStatus();
|
||||
if ((eStat != eEager) && (eStat != eBatch)) {
|
||||
if (DevExecLevelRunning(pServ->pExecutor, RUNDRIVE)) {
|
||||
SCWrite(pCon,
|
||||
"You cannot set variables while a scan is running", eError);
|
||||
DeleteTokenList(pList);
|
||||
|
||||
Reference in New Issue
Block a user