summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-18 00:16:57 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-18 00:16:57 +0100
commit4862b34243321055b7f94766b63a0eb726d5cd66 (patch)
treef85406c9fedbe5dafe0f4a01b83391c65b71aecc /lib
parentb480ae1a7895fce092aafc334c57a4e86d9419ad (diff)
Making msvc happy
Diffstat (limited to 'lib')
-rw-r--r--lib/LuaHandle.cc2
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);