CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/02 05:17:03
Modified files:
usr.bin/tmux : client-msg.c
Log message:
Make code clearer:
- if (hdr->size > SIZE_MAX - 1)
+ if (hdr->size == SIZE_MAX)
OK nicm@
