From 558d500be3e016e032b531122bc66fb6026bcd50 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 11 Apr 2007 00:16:30 +0000 Subject: Introducing "safe" mode for openio (even though it's not used yet) and fixed a dumpvar() issue with the \r character. --- include/BLua.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/BLua.h') diff --git a/include/BLua.h b/include/BLua.h index 2b9e1b9..b579333 100644 --- a/include/BLua.h +++ b/include/BLua.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.h,v 1.30 2007-04-02 23:34:30 pixel Exp $ */ +/* $Id: BLua.h,v 1.31 2007-04-11 00:16:30 pixel Exp $ */ #ifndef __BLUA_H__ #define __BLUA_H__ @@ -51,7 +51,7 @@ class Lua : public Base { virtual ~Lua(); void open_base(); void open_table(); - void open_io(); + void open_io(bool safe = true); void open_string(); void open_math(); void open_debug(); -- cgit v1.2.3