Work on MATRIX and MCONVERT commands.
[pspp] / src / language / data-io / print-space.c
index e166df5f63f0d6b16f4ecc5f9779c70e9b79b7e0..f077e9c39573e30760303704d0c356e95895bbf7 100644 (file)
@@ -77,7 +77,7 @@ cmd_print_space (struct lexer *lexer, struct dataset *ds)
 
   if (lex_token (lexer) != T_ENDCMD)
     {
-      expr = expr_parse (lexer, ds, EXPR_NUMBER);
+      expr = expr_parse (lexer, NULL, ds, VAL_NUMERIC);
       if (lex_token (lexer) != T_ENDCMD)
        {
           lex_error (lexer, _("expecting end of command"));