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:
Douglas Clowes
2007-05-30 11:02:02 +10:00
parent 55eb873873
commit 8e52e84ac2

View File

@@ -1461,7 +1461,7 @@ static int MakeHdbNode(SConnection *pCon, SicsInterp *pSics, void *pData,
eError); eError);
return 0; return 0;
} else { } else {
length = atoi(argv[3]); length = atoi(argv[4]);
} }
} }