File ibus-pinyin-1.5.0-lua54.patch of Package ibus-pinyin

Index: ibus-pinyin-1.5.0/lua/lmyoslib.c
===================================================================
--- ibus-pinyin-1.5.0.orig/lua/lmyoslib.c
+++ ibus-pinyin-1.5.0/lua/lmyoslib.c
@@ -57,7 +57,7 @@ static int getfield (lua_State *L, const
     res = (int)lua_tointeger(L, -1);
   else {
     if (d < 0)
-      return luaL_error(L, "field " LUA_QS " missing in date table", key);
+      return luaL_error(L, "field '%s' missing in date table", key);
     res = d;
   }
   lua_pop(L, 1);
openSUSE Build Service is sponsored by