hmake for type array used wrong argument for array length
r1992 | dcl | 2007-05-30 11:02:02 +1000 (Wed, 30 May 2007) | 2 lines
This commit is contained in:
@@ -1461,7 +1461,7 @@ static int MakeHdbNode(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
eError);
|
||||
return 0;
|
||||
} else {
|
||||
length = atoi(argv[3]);
|
||||
length = atoi(argv[4]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user