From bc2f04960144ac330fbf4001f9a10bfd2ba4e6f9 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 12 Feb 2005 22:56:17 +0000 Subject: Blah. BugBugBug. --- lib/luacd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/luacd.cpp b/lib/luacd.cpp index ae4ad34..9e1e698 100644 --- a/lib/luacd.cpp +++ b/lib/luacd.cpp @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: luacd.cpp,v 1.17 2004-12-27 22:18:53 pixel Exp $ */ +/* $Id: luacd.cpp,v 1.18 2005-02-12 22:56:17 pixel Exp $ */ #include "luacd.h" @@ -286,7 +286,7 @@ int sLua_cdutils::cdutils_proceed(Lua * L, int n, cdutils * cd, int caller) { break; case CDUTILS_READFILE: h = (Handle *) LuaObject::getme(L, 2); - size = L->tonumber(5); + size = L->tonumber(3); if (n >= 3) sect = L->tonumber(4); if (n == 4) -- cgit v1.2.3