From 6c28cd8a95cb2ba5c589276d49fde336516eb74d Mon Sep 17 00:00:00 2001 From: lightbulblighter Date: Wed, 3 Aug 2022 11:27:52 -0700 Subject: [PATCH] Work --- Tadah.DLL/Hooks/StandardOut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tadah.DLL/Hooks/StandardOut.cpp b/Tadah.DLL/Hooks/StandardOut.cpp index 07668dc..196d247 100644 --- a/Tadah.DLL/Hooks/StandardOut.cpp +++ b/Tadah.DLL/Hooks/StandardOut.cpp @@ -27,7 +27,7 @@ void __fastcall StandardOut__print_hook(int _this, void*, int type, std::string* StandardOut__print(_this, type, message); #ifndef _DEBUG - // Message pointer is offset 4 bytes when the DLL is compiled as release + // Message pointer is offset 4 bytes when the DLL is compiled as release. message = reinterpret_cast((int)message + 4); #endif