Add support for PNG images in .spv files.
[pspp] / src / output / spv / spv-dump.c
index 70d2a18791a9af1bfb8aeda8b351b8496ab824a2..db8a60d9ed17497baa207a0b0912e7fefc44f46a 100644 (file)
@@ -74,8 +74,8 @@ spv_item_dump (const struct spv_item *item, int indentation)
       printf ("model\n");
       break;
 
-    case SPV_ITEM_OBJECT:
-      printf ("object type=\"%s\" uri=\"%s\"\n", item->object_type, item->uri);
+    case SPV_ITEM_IMAGE:
+      printf ("image in %s\n", item->png_member);
       break;
 
     case SPV_ITEM_TREE: