X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-store.c;h=26c1ee4d34e6cd0d5b13b4f2f89c78e1d5b865c8;hp=991fdf467d5792a1c5ea3f0c4612d83ba95719bb;hb=82217038368a953179398d9ecc7b80169a1b9ddc;hpb=83df73bacd2cd3abd177e6a8ac1b76b072255025 diff --git a/src/ui/gui/psppire-var-store.c b/src/ui/gui/psppire-var-store.c index 991fdf46..26c1ee4d 100644 --- a/src/ui/gui/psppire-var-store.c +++ b/src/ui/gui/psppire-var-store.c @@ -696,7 +696,7 @@ text_for_column (PsppireVarStore *vs, g_assert (vl); { - gchar *const vstr = value_to_text (vl->value, dict->dict, *write_spec); + gchar *const vstr = value_to_text (vl->value, dict, *write_spec); return g_strdup_printf ( "{%s,\"%s\"}_", vstr, val_lab_get_label (vl)); }