mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Change luaL_loadbuffer chunkname with prefixes.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user