Skip to content

Commit

Permalink
fix v96
Browse files Browse the repository at this point in the history
  • Loading branch information
cajhin committed Nov 16, 2023
1 parent 23312cb commit 598e679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capsicain/capsicain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ int main()
cout << endl
<< "<" << endl
<< "new keyboard: " << (globalState.deviceIsAppleKeyboard ? "Apple keyboard" : "IBM keyboard") << endl
<< "new keyboard count: " << interceptionState.newKeyboardCounter << endl
<< "new keyboard count: " << ++interceptionState.newKeyboardCounter << endl
<< "keyboard device id: " << globalState.deviceIdKeyboard << endl
<< "interceptionDevice: " << interceptionState.interceptionDevice << endl
<< getTimestamp() << endl
<< getTimestamp()
<< ">" << endl;


Expand Down
Binary file modified x64/Release/capsicain.exe
Binary file not shown.

0 comments on commit 598e679

Please sign in to comment.