mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Debug logging: add log message for time from boot until first key read (for AZTEC.DSK).
+ Remove an unused var.
This commit is contained in:
@@ -418,6 +418,8 @@ static char ClipboardCurrChar(bool bIncPtr)
|
||||
|
||||
BYTE __stdcall KeybReadData (WORD, WORD, BYTE, BYTE, ULONG)
|
||||
{
|
||||
LogFileTimeUntilFirstKeyRead();
|
||||
|
||||
if(g_bPasteFromClipboard)
|
||||
ClipboardInit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user