X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fmrsets.c;h=96f1a110f5a5066be42ca24d08b5a48f4761cc3d;hb=da70581a4825d948f6e3269b5bd0bd64cc3f3baa;hp=6e8a050849e3290c095cbdca36ef1d187f7d70f8;hpb=c5ad65b0351ab1d897eb072eeaec06fb37802b01;p=pspp-builds.git diff --git a/src/language/dictionary/mrsets.c b/src/language/dictionary/mrsets.c index 6e8a0508..96f1a110 100644 --- a/src/language/dictionary/mrsets.c +++ b/src/language/dictionary/mrsets.c @@ -577,7 +577,7 @@ parse_display (struct lexer *lexer, struct dictionary *dict) if (mrset->width == 0) ds_put_format (&details, "%.0f\n", mrset->counted.f); else - ds_put_format (&details, "\"%.*s\"\n", mrset->width, + ds_put_format (&details, "`%.*s'\n", mrset->width, value_str (&mrset->counted, mrset->width)); ds_put_format (&details, "%s: %s\n", _("Category label source"), (mrset->cat_source == MRSET_VARLABELS