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:
parent
3f8100f1d8
commit
e6e5ac6800
@ -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))),
|
||||
|
Loading…
Reference in New Issue
Block a user