still one more Array

This commit is contained in:
Eddie Runia
1999-05-15 12:51:23 +00:00
parent bca227db8f
commit f48c8e5a11

View File

@@ -140,7 +140,7 @@ static HARBOUR GetData( void )
PITEM pObject = stack.pBase + 1;
WORD wIndex = pMethod->wData;
if( wIndex > ArrayLen ( pObject ) ) /* Resize needed */
if( wIndex > hb_arrayLen ( pObject ) ) /* Resize needed */
hb_arraySize( pObject, wIndex ); /* Make large enough */
hb_arrayGet( pObject, wIndex, &stack.Return );
}