summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/supportlib.lua4
1 files 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")