Fix crash in LuaPrint

This commit is contained in:
Krzosa Karol
2024-08-08 12:04:55 +02:00
parent d47482bc04
commit eecff81093
4 changed files with 17 additions and 14 deletions

View File

@@ -176,8 +176,6 @@ char *C(const char *value) {
}
S8_String LuaScript = R"==(
-- @todo: should we rewrite linux paths to windows on windows and vice-versa?
function ExtractLineAndColumn(s)
local line = 1
local col = 1