From 201cd989c8c9850e05bc56e1eb28d3714c919ec9 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 30 May 2007 06:40:09 +0000 Subject: Compilation fix. --- lib/BLua.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/BLua.cc b/lib/BLua.cc index 9f77b55..45430ee 100644 --- a/lib/BLua.cc +++ b/lib/BLua.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.cc,v 1.45 2007-05-30 06:36:07 pixel Exp $ */ +/* $Id: BLua.cc,v 1.46 2007-05-30 06:40:09 pixel Exp $ */ #include #include "BLua.h" @@ -966,7 +966,7 @@ void Lua::dumpvars_r(Handle * h, int i, int depth) throw (GeneralException) { (*h) << "userdata ...\n"; break; case LUA_TTHREAD: - (*) << "thread ...\n"; + (*h) << "thread ...\n"; break; default: throw LuaException("Internal error: got unknow index for value while dumpvars."); -- cgit v1.2.3