mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fix some warnings
This commit is contained in:
@@ -81,7 +81,7 @@ namespace physfs
|
||||
File * file = luax_checkfile(L, 1);
|
||||
Data * d = 0;
|
||||
|
||||
int64 size = (int64)luaL_optnumber(L, 2, file->getSize());
|
||||
int64 size = (int64)luaL_optnumber(L, 2, (lua_Number) file->getSize());
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user