diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LuaHandle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LuaHandle.cc b/lib/LuaHandle.cc index cef3135..72602b3 100644 --- a/lib/LuaHandle.cc +++ b/lib/LuaHandle.cc @@ -275,7 +275,7 @@ int sLuaHandle::readfile(lua_State * __L) { return 1; } -#define MAXCHUNKSIZE 65536 +#define MAXCHUNKSIZE 65536L int sLuaHandle::adler32(lua_State * __L) { Lua * L = Lua::find(__L); |