emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Wed, 19 Feb 2003 20:54:10 -0500

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.399 emacs/src/process.c:1.400
*** emacs/src/process.c:1.399   Mon Feb 10 08:51:43 2003
--- emacs/src/process.c Wed Feb 19 20:54:09 2003
***************
*** 598,603 ****
--- 598,606 ----
    int inch = XINT (p->infd);
    int outch = XINT (p->outfd);
  
+   if (inch < 0 || outch < 0)
+     return;
+ 
    if (!proc_decode_coding_system[inch])
      proc_decode_coding_system[inch]
        = (struct coding_system *) xmalloc (sizeof (struct coding_system));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]