Change luaL_loadbuffer chunkname with prefixes.

This commit is contained in:
Miku AuahDark
2021-12-12 01:26:20 +08:00
parent 7e271fc53e
commit fb815edc28
15 changed files with 20 additions and 20 deletions
@@ -540,5 +540,5 @@ static const unsigned char B1[]={
};
if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"ftp.lua")==0) lua_call(L, 0, LUA_MULTRET);
if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"=[socket \"ftp.lua\"]")==0) lua_call(L, 0, LUA_MULTRET);
}