diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-18 00:16:57 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-18 00:16:57 +0100 |
commit | 4862b34243321055b7f94766b63a0eb726d5cd66 (patch) | |
tree | f85406c9fedbe5dafe0f4a01b83391c65b71aecc /lib | |
parent | b480ae1a7895fce092aafc334c57a4e86d9419ad (diff) |
Making msvc happy
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); |