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:
@@ -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
|
||||
|
||||
@@ -88,7 +88,7 @@ HB_FUNC( DISKSPACE )
|
||||
regs.h.ah = 0x36;
|
||||
HB_DOS_INT86( 0x21, ®s, ®s );
|
||||
|
||||
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 *
|
||||
|
||||
Reference in New Issue
Block a user