[BACK]Return to server-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-client.c between version 1.121 and 1.122

version 1.121, 2014/07/13 20:23:10 version 1.122, 2014/07/13 20:51:08
Line 224 
Line 224 
                 return;                  return;
   
         if (fd == c->ibuf.fd) {          if (fd == c->ibuf.fd) {
                 if (events & EV_WRITE && msgbuf_write(&c->ibuf.w) < 0 &&                  if (events & EV_WRITE && msgbuf_write(&c->ibuf.w) <= 0 &&
                     errno != EAGAIN)                      errno != EAGAIN)
                         goto client_lost;                          goto client_lost;
   

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122