diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4a349b7da0..5421d356d8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990808-23:33 EDT Paul Tucker + * source/rtl/gt/gtwin.c + + add missing = + 19990808-03:00 GMT+1 Victor Szel * source/rtl/codebloc.c source/rtl/itemapi.c diff --git a/harbour/source/rtl/gt/gtwin.c b/harbour/source/rtl/gt/gtwin.c index 5ea5b688c6..b5744e689d 100644 --- a/harbour/source/rtl/gt/gtwin.c +++ b/harbour/source/rtl/gt/gtwin.c @@ -433,7 +433,7 @@ void hb_gt_DispBegin(void) &srWin); /* screen buffer rectangle to read from */ /* store current handle */ - if( ( HStealth = INVALID_HANDLE_VALUE ) ) + if( HStealth == INVALID_HANDLE_VALUE ) { HStealth = CreateConsoleScreenBuffer( GENERIC_READ | GENERIC_WRITE, /* Access flag */