X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Finteraction.c;h=909ce0de6343d0b31f7b8ebfc5bd92361dcc4e7f;hb=5cab4cf3322f29c0ed7134d23740e07382914f20;hp=5dfabe99dd6c0e1ee3aba9d95626cabdf7b6babd;hpb=37f0de7f0ee1870cf5fd4b802be092be844a5b95;p=pspp diff --git a/src/math/interaction.c b/src/math/interaction.c index 5dfabe99dd..909ce0de63 100644 --- a/src/math/interaction.c +++ b/src/math/interaction.c @@ -137,7 +137,7 @@ interaction_to_string (const struct interaction *iact, struct string *str) { ds_put_cstr (str, var_to_string (iact->vars[v])); if (v + 1 < iact->n_vars) - ds_put_cstr (str, " * "); + ds_put_cstr (str, " × "); } }