diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2009-06-02 11:17:04 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2009-06-02 11:17:04 +0000 |
commit | 73fcd9853954ed9ac9221f8f45e6aca98d8279a5 (patch) | |
tree | 8f2dd9e38a0e3352839a4be350bce492a9c02a61 /usr.bin/what/Makefile | |
parent | 6496159955301f0475a2b3df0ea08e9d58a1535a (diff) |
Make code clearer:
- if (hdr->size > SIZE_MAX - 1)
+ if (hdr->size == SIZE_MAX)
OK nicm@
Diffstat (limited to 'usr.bin/what/Makefile')
0 files changed, 0 insertions, 0 deletions