Abstract the documents within a dictionary a little better. Thanks to
[pspp-builds.git] / src / language / command.c
index 70d5b02e747416e9f08554d4c57868196aef3812..a4821db45c14efe7a850d5daa36200c045102b12 100644 (file)
@@ -830,7 +830,7 @@ cmd_host (struct lexer *lexer, struct dataset *ds UNUSED)
     }
   else 
     {
-      bool ok = run_command (lex_rest_of_line (lexer, NULL));
+      bool ok = run_command (lex_rest_of_line (lexer));
       lex_discard_line (lexer);
       return ok ? CMD_SUCCESS : CMD_FAILURE;
     }