X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Futilities%2Fset.q;h=0bd7738591a773675ed1bbf070e5d742b483b49d;hb=173d1687aea88e0e5e1b1d8615ed68ebefb15d08;hp=30f3c56e578fda7ed4c7b6ba79d5058c4bbb07ed;hpb=4277d80790ded2c83d81a34ed536abe95c925d45;p=pspp diff --git a/src/language/utilities/set.q b/src/language/utilities/set.q index 30f3c56e57..0bd7738591 100644 --- a/src/language/utilities/set.q +++ b/src/language/utilities/set.q @@ -618,13 +618,13 @@ show_cce (const struct dataset *ds UNUSED) static char * show_decimals (const struct dataset *ds UNUSED) { - return xasprintf ("\"%c\"", settings_get_decimal_char (FMT_F)); + return xasprintf ("`%c'", settings_get_decimal_char (FMT_F)); } static char * show_endcmd (const struct dataset *ds UNUSED) { - return xasprintf ("\"%c\"", settings_get_endcmd ()); + return xasprintf ("`%c'", settings_get_endcmd ()); } static char *