diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ff4d2af9a6..d5b46285f7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-01-18 12:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbfoxpro/misc.prg + ! PROCEDURE -> FUNCTION + 2011-01-18 12:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbexprb.c ! allow to use variable in parenthesis as lvalue when -kc switch diff --git a/harbour/contrib/hbfoxpro/misc.prg b/harbour/contrib/hbfoxpro/misc.prg index d0b22112d7..9e21929178 100644 --- a/harbour/contrib/hbfoxpro/misc.prg +++ b/harbour/contrib/hbfoxpro/misc.prg @@ -71,7 +71,7 @@ FUNCTION SYS( nValue, xPar1 ) RETURN NIL -STATIC PROCEDURE AFILLNESTED( aValue, xVal ) +STATIC FUNCTION AFILLNESTED( aValue, xVal ) LOCAL item FOR EACH item in aValue