+ Small cosmetic fix in log function

This commit is contained in:
michael 2001-10-03 21:54:39 +00:00
parent 6e9bfb8c1f
commit 66ef7657db

View File

@ -54,8 +54,8 @@ begin
K:=OldkeyboardDriver.GetKeyEvent();
If Logging then
begin
Write(KeyLog,TimeStamp);
Writeln(KeyLog,': Key event: ',KeyEventToString(TranslateKeyEvent(K)));
Write(KeyLog,TimeStamp,': Key event: ');
Writeln(KeyLog,KeyEventToString(TranslateKeyEvent(K)));
end;
LogGetKeyEvent:=K;
end;