*** empty log message ***

This commit is contained in:
Paul Tucker
1999-08-08 03:46:31 +00:00
parent 8b3948e715
commit b9e261f79c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990808-23:33 EDT Paul Tucker <ptucker@sympatico.ca>
* source/rtl/gt/gtwin.c
+ add missing =
19990808-03:00 GMT+1 Victor Szel <info@szelvesz.hu>
* source/rtl/codebloc.c
source/rtl/itemapi.c

View File

@@ -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 */