From 63cb4fbbb961da133c68865845eaf22d9b876700 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 27 Sep 2020 20:31:53 +0800 Subject: *misc --- src/lua51/lundump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua51/lundump.c') diff --git a/src/lua51/lundump.c b/src/lua51/lundump.c index 564f218..5299f55 100644 --- a/src/lua51/lundump.c +++ b/src/lua51/lundump.c @@ -108,7 +108,7 @@ static void LoadConstants(LoadState* S, Proto* f) for (i=0; ik[i]; - int t=LoadChar(S); + int t=LoadChar(S); //c 用一个字节标识类型 switch (t) { case LUA_TNIL: -- cgit v1.1-26-g67d0