mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Add variants of File:read and love.filesystem.read which take an enum to determine whether they return a FileData or string.
This commit is contained in:
@@ -321,7 +321,7 @@ int w_hash(lua_State *L)
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int w_pack(lua_State *L)
|
||||
int w_pack(lua_State *L)
|
||||
{
|
||||
ContainerType ctype = luax_checkcontainertype(L, 1);
|
||||
const char *fmt = luaL_checkstring(L, 2);
|
||||
|
||||
Reference in New Issue
Block a user