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

Diff for /src/usr.bin/tmux/Attic/server-msg.c between version 1.3 and 1.4

version 1.3, 2009/06/05 11:14:13 version 1.4, 2009/07/07 12:34:47
Line 189 
Line 189 
 #define MSG "protocol version mismatch"  #define MSG "protocol version mismatch"
                 server_write_client(c, MSG_ERROR, MSG, (sizeof MSG) - 1);                  server_write_client(c, MSG_ERROR, MSG, (sizeof MSG) - 1);
 #undef MSG  #undef MSG
                   server_write_client(c, MSG_EXIT, NULL, 0);
                 return (0);                  return (0);
         }          }
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4