Separate settings and the SET command, for modularity.
[pspp-builds.git] / src / data-list.c
index b615beea4b4925245e16f7b419667d2a7bd6e3c9..ab166f0d65585b9c876ed06333e46240240cbde0 100644 (file)
@@ -844,7 +844,7 @@ parse_free (struct dls_var_spec **first, struct dls_var_spec **last)
        {
          lex_match ('*');
           input = make_input_format (FMT_F, 8, 0);
-         output = get_format ();
+         output = *get_format ();
        }
 
       if (input.type == FMT_A || input.type == FMT_AHEX)