From d8a872d6a263ad4bd33decf59ffcc7af7dda1d76 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 31 May 2007 16:02:34 +0000 Subject: Typo --- lib/supportlib.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/supportlib.lua b/lib/supportlib.lua index 4d2d2dc..8c53825 100644 --- a/lib/supportlib.lua +++ b/lib/supportlib.lua @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: supportlib.lua,v 1.5 2007-05-31 14:23:49 pixel Exp $ */ +/* $Id: supportlib.lua,v 1.6 2007-05-31 16:02:34 pixel Exp $ */ ]]-- @@ -35,7 +35,7 @@ function display(inp, n) error("Display needs a string or an Input object") end - if inp.__objtype ~= "Handle" then + if inp.__objname ~= "Handle" then local t = inp inp = Buffer() dumpvars(inp, t, "table") -- cgit v1.2.3