1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(read_process_output): Use make_string_from_bytes.

This commit is contained in:
Richard M. Stallman 1998-03-21 17:50:30 +00:00
parent 3f8100f1d8
commit e6e5ac6800

View File

@ -2900,7 +2900,7 @@ read_process_output (proc, channel)
save the match data in a special nonrecursive fashion. */
running_asynch_code = 1;
text = make_multibyte_string (chars, nchars, nbytes);
text = make_string_from_bytes (chars, nchars, nbytes);
internal_condition_case_1 (read_process_output_call,
Fcons (outstream,
Fcons (proc, Fcons (text, Qnil))),