1
Fork 0
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:
Kenichi Handa 1997-09-01 07:15:46 +00:00
parent 0414b39470
commit e9c509cd76

View file

@ -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