X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Foutput%2Fspv%2Fspv-dump.c;h=db8a60d9ed17497baa207a0b0912e7fefc44f46a;hb=8491d88610f4a0c48891be493a4bd0522aec297b;hp=13ea6de57ce0c292d81b800eb40a4214478f1807;hpb=50f6ea7d66d03895020891215fb4f55bbf061003;p=pspp diff --git a/src/output/spv/spv-dump.c b/src/output/spv/spv-dump.c index 13ea6de57c..db8a60d9ed 100644 --- a/src/output/spv/spv-dump.c +++ b/src/output/spv/spv-dump.c @@ -51,9 +51,7 @@ spv_item_dump (const struct spv_item *item, int indentation) break; case SPV_ITEM_TEXT: - printf ("text \"%s\"\n", - pivot_value_to_string (item->text, SETTINGS_VALUE_SHOW_DEFAULT, - SETTINGS_VALUE_SHOW_DEFAULT)); + printf ("text \"%s\"\n", pivot_value_to_string_defaults (item->text)); break; case SPV_ITEM_TABLE: @@ -76,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: