2009-07-07 15:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/diskspac.c
    * added iTODO warning in OW Linux builds
This commit is contained in:
Przemyslaw Czerpak
2009-07-07 13:15:43 +00:00
parent f37012c716
commit 6ef113db17
2 changed files with 5 additions and 4 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-07 15:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/diskspac.c
* added iTODO warning in OW Linux builds
2009-07-07 14:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbproces.c
! added missing #include

View File

@@ -199,10 +199,7 @@ HB_FUNC( DISKSPACE )
{
#if defined(__WATCOMC__) || defined(__CEGCC__)
struct stat st;
bError = stat( szName, &st) != 0;
if( !bError )
dSpace = ( double ) st.st_blocks * ( double ) st.st_blksize;
int iTODO;
#else
#if defined( HB_OS_DARWIN )
struct statfs st;