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:
tomcw
2016-09-06 21:38:00 +01:00
parent f2316604ad
commit 31ba57b7c7
5 changed files with 39 additions and 3 deletions
+2
View File
@@ -418,6 +418,8 @@ static char ClipboardCurrChar(bool bIncPtr)
BYTE __stdcall KeybReadData (WORD, WORD, BYTE, BYTE, ULONG)
{
LogFileTimeUntilFirstKeyRead();
if(g_bPasteFromClipboard)
ClipboardInit();