- Fixed a sget bug which caused text wrongly to be identified as numbers
- Fixed a sput bug: SetHipadabaPar versus UpdateHipadabaPar - Modified hdelcb to be able to remove callbacks from SICS objects
This commit is contained in:
@ -44,7 +44,7 @@ static int initArray(pCounter self, int value)
|
||||
assert(datalength != NULL);
|
||||
|
||||
length = dim->value.v.intArray[0];
|
||||
for(i = 1; i < rank->value.v.intValue; i++){
|
||||
for(i = 1; i < dim->value.arrayLength; i++){
|
||||
length *= dim->value.v.intArray[i];
|
||||
}
|
||||
/* printf("initArray called with length %d\n", length);*/
|
||||
|
Reference in New Issue
Block a user