mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 14:02:07 -08:00
(read_process_output): Index for
proc_encode_coding_system should be p->outfd (not `channel' which is p->infd).
This commit is contained in:
parent
0414b39470
commit
e9c509cd76
1 changed files with 1 additions and 1 deletions
|
|
@ -2775,7 +2775,7 @@ read_process_output (proc, channel)
|
|||
{
|
||||
p->encode_coding_system = coding->symbol;
|
||||
setup_coding_system (coding->symbol,
|
||||
proc_encode_coding_system[channel]);
|
||||
proc_encode_coding_system[p->outfd]);
|
||||
}
|
||||
}
|
||||
#ifdef VMS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue