From 1c2c18015e5ef2a952b469020454479fd315bcac Mon Sep 17 00:00:00 2001 From: Blu3train Date: Thu, 20 Apr 2023 19:22:34 +0200 Subject: [PATCH] remove warning --- texthook/engine/engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texthook/engine/engine.cc b/texthook/engine/engine.cc index 2338c45..fcb8245 100644 --- a/texthook/engine/engine.cc +++ b/texthook/engine/engine.cc @@ -10924,7 +10924,7 @@ bool InsertArtemis3EngHook() hp.address = addr; hp.offset = pusha_ebx_off - 4; hp.index = 0; - hp.type = USING_UTF8 | USING_STRING; + hp.type = USING_UTF8 | USING_STRING | KNOWN_UNSTABLE; ConsoleOutput("Textractor: INSERT Artemis3Eng"); ConsoleOutput("To preserve spacing between words, besides selecting Artemis3Eng Hook, check \"Flush delay string spacing\" option in Textractor settings");