X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Futilities%2Fhost.c;h=dc9d4898ad1e058f77803ec61565acea4b953de1;hb=d8493b3b0617cc447446a70b031a69079bc19002;hp=ac09145451609c52d7236849631a38a0138bd34f;hpb=4b8c6191f0204d6a0b62650490ef2794d62ec79c;p=pspp-builds.git diff --git a/src/language/utilities/host.c b/src/language/utilities/host.c index ac091454..dc9d4898 100644 --- a/src/language/utilities/host.c +++ b/src/language/utilities/host.c @@ -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); }