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.
This commit is contained in:
Przemyslaw Czerpak
2007-12-20 07:06:38 +00:00
parent 2be165e461
commit 7634fa1f8a
2 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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__ )