lexer: Change the functions for retrieving token strings.
[pspp-builds.git] / src / language / utilities / host.c
index 86109574f61c84741735704589fb73049c06635a..f9b10480d2507c95d20dc677767c41c98639565f 100644 (file)
@@ -145,7 +145,7 @@ cmd_host (struct lexer *lexer, struct dataset *ds UNUSED)
         {
           if (!ds_is_empty (&command))
             ds_put_byte (&command, '\n');
-          ds_put_substring (&command, ds_ss (lex_tokstr (lexer)));
+          ds_put_substring (&command, lex_tokss (lexer));
           lex_get (lexer);
         }
       if (!lex_force_match (lexer, T_RBRACK))