Some more fine tuning of log output
Corrected a misleading warning in motorsec.c Fixed a core dump caused by copyNode in sicsdata.c. Was caused by a bad call to getPointer.
This commit is contained in:
@ -866,7 +866,7 @@ static int copyNode(pSICSData self, int argc, char *argv[],
|
||||
break;
|
||||
case HIPINTAR:
|
||||
case HIPINTVARAR:
|
||||
memcpy(iData+pos, node->value.v.intArray, length*sizeof(int));
|
||||
memcpy(iData, node->value.v.intArray, length*sizeof(int));
|
||||
assignType(self, pos, pos + length, INTTYPE);
|
||||
break;
|
||||
case HIPFLOATAR:
|
||||
|
Reference in New Issue
Block a user