str: Change "char" to "byte" in function names.
[pspp-builds.git] / src / language / utilities / host.c
index ac09145451609c52d7236849631a38a0138bd34f..dc9d4898ad1e058f77803ec61565acea4b953de1 100644 (file)
@@ -144,7 +144,7 @@ cmd_host (struct lexer *lexer, struct dataset *ds UNUSED)
       while (lex_is_string (lexer))
         {
           if (!ds_is_empty (&command))
-            ds_put_char (&command, '\n');
+            ds_put_byte (&command, '\n');
           ds_put_substring (&command, ds_ss (lex_tokstr (lexer)));
           lex_get (lexer);
         }