Fixed a sget bug from POLDI. Returns OK instead of number
This commit is contained in:
@@ -2524,7 +2524,7 @@ static int UpdateHdbNode(SConnection * pCon, SicsInterp * pSics,
|
||||
}
|
||||
status = UpdateHipadabaPar(targetNode, newValue, pCon);
|
||||
ReleaseHdbValue(&newValue);
|
||||
if (status == 1) {
|
||||
if (status == 1 && SCinMacro(pCon) == 0) {
|
||||
SCSendOK(pCon);
|
||||
}
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user