Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > a9343006d1b99f7584aa8d1894f351fc > files > 2

slade-3.2.3-1.mga9.src.rpm

Index: SLADE-3.2.0/thirdparty/sol/sol.hpp
===================================================================
--- SLADE-3.2.0/thirdparty/sol/sol.hpp
+++ SLADE-3.2.0/thirdparty/sol/sol.hpp	2022-04-15 07:38:20.501818901 +0200
@@ -24885,7 +24885,7 @@
 						luaL_requiref(L, "bit32", luaopen_bit, 1);
 						lua_pop(L, 1);
 #elif (SOL_LUA_VERSION == 502) || defined(LUA_COMPAT_BITLIB) || defined(LUA_COMPAT_5_2)
-						luaL_requiref(L, "bit32", luaopen_bit32, 1);
+						luaL_requiref(L, "bit32", luaopen_utf8, 1);
 						lua_pop(L, 1);
 #else
 #endif // Lua 5.2 only (deprecated in 5.3 (503)) (Can be turned on with Compat flags)