arrays.c changes by bruno

This commit is contained in:
Andi Jahja
1999-07-08 01:34:16 +00:00
parent afacf0a7ec
commit 4623304194

View File

@@ -50,10 +50,11 @@ static char *szArgumentError = "Argument error: incorrect type";
/*
* Internal
*/
char * hb_arrayGetDate( PHB_ITEM pArray, ULONG ulIndex )
{
char szDate[ 9 ];
static char szDate[ 9 ];
long lDay, lMonth, lYear;
if( IS_ARRAY( pArray ) )