1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

[Server] Fix build on Windows

This commit is contained in:
David Cernat 2017-10-31 22:00:03 +02:00
parent 948090676a
commit 5653d07c7b

View file

@ -42,7 +42,7 @@ inline int errHandler(lua_State *L)
const sol::string_view &topmsg = maybetopmsg.value();
msg.assign(topmsg.data(), topmsg.size());
}
luaL_tramceback(L, L, msg.c_str(), 1);
luaL_traceback(L, L, msg.c_str(), 1);
auto maybetraceback = sol::stack::check_get<sol::string_view>(L, -1);
if (maybetraceback)
{