summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2005-02-12 22:56:17 +0000
committerpixel <pixel>2005-02-12 22:56:17 +0000
commitbc2f04960144ac330fbf4001f9a10bfd2ba4e6f9 (patch)
tree710fc6629457bc5e0aed1d9ba6b5c1e00bba6bf7
parent25c5b651fa3b7a394e507e7406749463efa6c900 (diff)
Blah. BugBugBug.
-rw-r--r--lib/luacd.cpp4
1 files changed, 2 insertions, 2 deletions
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)