Fix crash in LuaPrint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user