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

Diff for /src/usr.bin/tmux/client.c between version 1.139 and 1.140

version 1.139, 2020/03/30 15:49:23 version 1.140, 2020/04/09 13:52:32
Line 644 
Line 644 
         struct msg_read_done     reply;          struct msg_read_done     reply;
         struct client_file       find, *cf;          struct client_file       find, *cf;
         const int                flags = O_NONBLOCK|O_RDONLY;          const int                flags = O_NONBLOCK|O_RDONLY;
         int                      error = 0;          int                      error;
   
         if (datalen < sizeof *msg)          if (datalen < sizeof *msg)
                 fatalx("bad MSG_READ_OPEN size");                  fatalx("bad MSG_READ_OPEN size");

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140