lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello,

When I call file:seek("end") on a file which size is 4000 megabytes it returns -1.

This occurs with all versions of Lua 5.1-5.4 compiled with MinGW on Windows 10.

LuaJIT 2.1.0-beta3 (also compiled with MinGW) returns the correct value 4194304000.

--
Shmuel