From 462330419476e27223fd522a982a059b4431b4bf Mon Sep 17 00:00:00 2001 From: Andi Jahja Date: Thu, 8 Jul 1999 01:34:16 +0000 Subject: [PATCH] arrays.c changes by bruno --- harbour/source/rtl/arrays.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/harbour/source/rtl/arrays.c b/harbour/source/rtl/arrays.c index 38194fa69b..cb2a756119 100644 --- a/harbour/source/rtl/arrays.c +++ b/harbour/source/rtl/arrays.c @@ -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 ) )