X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fpspp-output.c;fp=utilities%2Fpspp-output.c;h=6e8c3323a868172b2df204580cae90a110cc66cc;hb=21f20b8cb6460fd5ac9db7fde038bc00cfa80831;hp=deb2000432e74e6e3a1c605fa3083866dacd4a14;hpb=ab19e5378e9509be1beaf5c1ca837c1acf69e764;p=pspp diff --git a/utilities/pspp-output.c b/utilities/pspp-output.c index deb2000432..6e8c3323a8 100644 --- a/utilities/pspp-output.c +++ b/utilities/pspp-output.c @@ -148,9 +148,7 @@ print_item_directory (const struct spv_item *item) if (type == SPV_ITEM_TABLE) { const struct pivot_table *table = spv_item_get_table (item); - char *title = pivot_value_to_string (table->title, - SETTINGS_VALUE_SHOW_DEFAULT, - SETTINGS_VALUE_SHOW_DEFAULT); + char *title = pivot_value_to_string (table->title, table); if (!label || strcmp (title, label)) printf (" title \"%s\"", title); free (title);