From e681d29ae0799dcec26f67f4b152746defc7d1ba Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 12 Dec 2007 10:06:40 +0000 Subject: [PATCH] 2007-12-12 11:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/ChangeLog * removed UTF-8 signature: 0xEF 0xBB 0xBF * harbour/source/rtl/gtwvt/gtwvt.c * converted TABs to SPACEs --- harbour/ChangeLog | 9 ++++++++- harbour/source/rtl/gtwvt/gtwvt.c | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 21aff73fb1..cf24d28e98 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,4 +1,4 @@ -/* +/* * $Id$ */ @@ -8,6 +8,13 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-12-12 11:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/ChangeLog + * removed UTF-8 signature: 0xEF 0xBB 0xBF + + * harbour/source/rtl/gtwvt/gtwvt.c + * converted TABs to SPACEs + 2007-12-12 10:46 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/idle.c ! fixed casting in hb_idleSleep() which truncated the fraction part diff --git a/harbour/source/rtl/gtwvt/gtwvt.c b/harbour/source/rtl/gtwvt/gtwvt.c index c6ff1195b1..cda138d860 100644 --- a/harbour/source/rtl/gtwvt/gtwvt.c +++ b/harbour/source/rtl/gtwvt/gtwvt.c @@ -93,8 +93,8 @@ static HB_GT_FUNCS SuperTable; #define HB_GTWVT_GET(p) ( ( PHB_GTWVT ) HB_GTLOCAL( p ) ) -static PHB_GTWVT s_wvtWindows[WVT_MAX_WINDOWS]; -static int s_wvtCount = 0; +static PHB_GTWVT s_wvtWindows[WVT_MAX_WINDOWS]; +static int s_wvtCount = 0; static HANDLE s_hInstance; static HANDLE s_hPrevInstance; @@ -1321,7 +1321,7 @@ static void hb_gt_wvt_Exit( PHB_GT pGT ) pWVT->hWnd = NULL; } UnregisterClass( s_szAppName, ( HINSTANCE ) s_hInstance ); - hb_gt_wvt_Free( pWVT ); + hb_gt_wvt_Free( pWVT ); } }