Reworked settings so as to use one large struct instead of lots of static
[pspp-builds.git] / src / language / data-io / data-list.c
index 51dbce114089261606925849b29c67081054460d..ecb87d4a61a779a98af86cc63ae8b896a1bf5ec1 100644 (file)
@@ -424,7 +424,7 @@ parse_free (struct lexer *lexer, struct dictionary *dict,
        {
          lex_match (lexer, '*');
           input = fmt_for_input (FMT_F, 8, 0);
-         output = *get_format ();
+         output = *settings_get_format ();
        }
 
       for (i = 0; i < name_cnt; i++)