2007-10-23 10:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/diskspac.c
    ! added missing ; in DOS builds
This commit is contained in:
Przemyslaw Czerpak
2007-10-23 08:22:17 +00:00
parent 2bc540f378
commit 26e1f8984d
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-10-23 10:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/diskspac.c
! added missing ; in DOS builds
2007-10-23 10:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/win32/tprinter.c
* casting

View File

@@ -88,7 +88,7 @@ HB_FUNC( DISKSPACE )
regs.h.ah = 0x36;
HB_DOS_INT86( 0x21, &regs, &regs );
bError = regs.HB_XREGS.ax == 0xFFFF
bError = regs.HB_XREGS.ax == 0xFFFF;
if( !bError )
dSpace = ( double ) regs.HB_XREGS.bx *
( double ) regs.HB_XREGS.ax *