X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Fprint.c;h=d3d0972543a87f2b8f82e6eaf0eb634dd2a87b3c;hb=173d1687aea88e0e5e1b1d8615ed68ebefb15d08;hp=fd98eaedcc319fe5b44faf0294aa7dce6265a020;hpb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;p=pspp diff --git a/src/language/data-io/print.c b/src/language/data-io/print.c index fd98eaedcc..d3d0972543 100644 --- a/src/language/data-io/print.c +++ b/src/language/data-io/print.c @@ -412,7 +412,7 @@ dump_table (struct print_trns *trns, const struct file_handle *fh) switch (spec->type) { case PRT_LITERAL: - tab_text_format (t, 0, row, TAB_LEFT | TAB_FIX, "\"%.*s\"", + tab_text_format (t, 0, row, TAB_LEFT | TAB_FIX, "`%.*s'", (int) ds_length (&spec->string), ds_data (&spec->string)); width = ds_length (&spec->string);