/[emacs]/emacs/src/process.c
ViewVC logotype

Diff of /emacs/src/process.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.399 by kfstorm, Mon Feb 10 13:51:43 2003 UTC revision 1.400 by handa, Thu Feb 20 01:54:09 2003 UTC
# Line 598  setup_process_coding_systems (process) Line 598  setup_process_coding_systems (process)
598    int inch = XINT (p->infd);    int inch = XINT (p->infd);
599    int outch = XINT (p->outfd);    int outch = XINT (p->outfd);
600    
601      if (inch < 0 || outch < 0)
602        return;
603    
604    if (!proc_decode_coding_system[inch])    if (!proc_decode_coding_system[inch])
605      proc_decode_coding_system[inch]      proc_decode_coding_system[inch]
606        = (struct coding_system *) xmalloc (sizeof (struct coding_system));        = (struct coding_system *) xmalloc (sizeof (struct coding_system));

Legend:
Removed from v.1.399  
changed lines
  Added in v.1.400

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26