From 26e1f8984ddaa5dd9e54cd9f0a9763def2e33d49 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 23 Oct 2007 08:22:17 +0000 Subject: [PATCH] 2007-10-23 10:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/diskspac.c ! added missing ; in DOS builds --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/diskspac.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2722a6ac75..cf359c69bb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +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 diff --git a/harbour/source/rtl/diskspac.c b/harbour/source/rtl/diskspac.c index 0960890fcb..13e92f26ae 100644 --- a/harbour/source/rtl/diskspac.c +++ b/harbour/source/rtl/diskspac.c @@ -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 *