Fix compile warnings
[pspp-builds.git] / src / ui / gui / psppire-var-store.c
index 991fdf467d5792a1c5ea3f0c4612d83ba95719bb..26c1ee4d34e6cd0d5b13b4f2f89c78e1d5b865c8 100644 (file)
@@ -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));
            }