You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WORD attribute;
`
both should be initialized to 0... because if the ReadConsoleOutput* function fails, it's returning unintialized garbage instead of the 0 (to be consistent with behavior of gfx counterpart)
The text was updated successfully, but these errors were encountered:
ok... there's a bug in freebasic rtlib in windows
at src/rtlib/win32/io_readxy.c
`
TCHAR character;
WORD attribute;
`
both should be initialized to 0... because if the ReadConsoleOutput* function fails, it's returning unintialized garbage instead of the 0 (to be consistent with behavior of gfx counterpart)
The text was updated successfully, but these errors were encountered: