diff --git a/harbour/ChangeLog b/harbour/ChangeLog index eb513eb076..a10ceb1645 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-12-20 08:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbct/files.c + ! added missing 'return;' - in OS2 builds - it should fix value + returned by SETFDATI(), many thanks to David for his tests, + now SETFDATI() should be fully functional in OS2 builds. + 2007-12-19 18:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/xhb/Makefile * harbour/contrib/xhb/common.mak diff --git a/harbour/contrib/hbct/files.c b/harbour/contrib/hbct/files.c index d87078c486..682aa92f86 100644 --- a/harbour/contrib/hbct/files.c +++ b/harbour/contrib/hbct/files.c @@ -357,6 +357,7 @@ HB_FUNC( SETFDATI ) &fs3, sizeof( fs3 ), DSPI_WRTTHRU ); } hb_retl( ulrc == NO_ERROR ); + return; } #elif defined( OS_UNIX_COMPATIBLE ) || defined( __DJGPP__ )