[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.102 and 1.103

version 1.102, 2015/10/31 08:13:58 version 1.103, 2015/10/31 13:43:38
Line 596 
Line 596 
   
                 fprintf(stderr, "protocol version mismatch "                  fprintf(stderr, "protocol version mismatch "
                     "(client %d, server %u)\n", PROTOCOL_VERSION,                      "(client %d, server %u)\n", PROTOCOL_VERSION,
                     imsg->hdr.peerid);                      imsg->hdr.peerid & 0xff);
                 client_exitval = 1;                  client_exitval = 1;
                 proc_exit(client_proc);                  proc_exit(client_proc);
                 break;                  break;

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103