From c7f6ee57d7d4f2e567ff3cb905ab4cdd759dd472 Mon Sep 17 00:00:00 2001 From: Myk Date: Sat, 25 Feb 2023 11:00:51 -0800 Subject: [PATCH] Update library/Core.cpp --- library/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Core.cpp b/library/Core.cpp index af048d9c2..3cccd15f1 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -239,7 +239,7 @@ void fHKthread(void * iodata) bool keep_going = true; while(keep_going) { - std::string stuff = core->getHotkeyCmd(keep_going); // waits on std::mutex! + std::string stuff = core->getHotkeyCmd(keep_going); // waits on mutex! if(!stuff.empty()) { color_ostream_proxy out(core->getConsole());