Go to file
Ray Lai 49c776ea59 Make code clearer:
-       if (hdr->size > SIZE_MAX - 1)
+       if (hdr->size == SIZE_MAX)

OK nicm@
2009-06-02 11:17:03 +00:00
2009-06-02 11:17:03 +00:00
Description
tmux source code
111 MiB
Languages
C 75.9%
Shell 16%
Roff 5.9%
Yacc 1%
M4 0.7%
Other 0.4%