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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user