From 73f71748ca7ac348cd1bf812a710f0e3572921c4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 23 Nov 2010 19:01:26 +0800 Subject: [PATCH] XObject.js --- XObject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XObject.js b/XObject.js index 46e85fc8f..ea60be50a 100644 --- a/XObject.js +++ b/XObject.js @@ -312,7 +312,7 @@ XObject.prototype = { imports.console.dump(item); Seed.quit(); } - print(this.xtype.type + ":pack=" + item.pack); + print(XObject.type(this.xtype) + ":pack=" + item.pack); if (item.pack===false) { // no packing.. various items have this .. return; -- 2.39.2