SHA256
10
0
forked from pool/lua-mpack

osc copypac from project:devel:languages:lua package:lua51-mpack revision:7, using expand

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-mpack?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2017-07-14 11:02:20 +00:00
committed by Git OBS Bridge
commit 0667f6300f
8 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Index: libmpack-lua-1.0.6/lmpack.c
===================================================================
--- libmpack-lua-1.0.6.orig/lmpack.c
+++ libmpack-lua-1.0.6/lmpack.c
@@ -689,6 +689,7 @@ static void lmpack_unparse_enter(mpack_p
node->tok = mpack_pack_nil();
break;
}
+ /* Fallthrough */
default:
luaL_error(L, "can't serialize object");
}
%changelog