Skip to content

Commit

Permalink
fix potential issue with message protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzyhau committed Aug 20, 2023
1 parent adf9f72 commit 52fd8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Features/Tas/TasProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static int processCommand(ConnectionData &cl) {

if (!popString(cl.cmdbuf, message)) break;

THREAD_PRINT("[TAS Protocol] %s\n", message);
THREAD_PRINT("[TAS Protocol] %s\n", message.c_str());

return 0;
}
Expand Down

0 comments on commit 52fd8db

Please sign in to comment.