repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 86814bacffc77a557bd7b12d1ce2380f43f98afd:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 86814bacffc77a557bd7b12d1ce2380f43f98afd
Author: Marc Lehmann 
Date:   Fri Dec 5 04:27:20 2003 +0000

    *** empty log message ***

diff --git a/src/command.C b/src/command.C
index 913981a510c1c491d9dad3436f442a7d556647bb..
index ..3405ef117375f93bbd97d0650a7ea5e2683df7d3 100644
--- a/src/command.C
+++ b/src/command.C
@@ -1,7 +1,7 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:	command.c
  *----------------------------------------------------------------------*
- * $Id: command.C,v 1.12 2003/12/05 04:05:13 pcg Exp $
+ * $Id: command.C,v 1.13 2003/12/05 04:27:20 pcg Exp $
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1992      John Bovey, University of Kent at Canterbury 
@@ -774,10 +774,10 @@ rxvt_term::pty_fill ()
       cmdbuf_endp += n;
       return true;
     }
-  else if (n < 0 && errno == EAGAIN)
-    return false;
+  else if (n < 0 && errno != EAGAIN)
+    destroy ();

-  destroy ();
+  return false;
 }

 void

-----END OF PAGE-----