]> granicus.if.org Git - file/commit
don't compare SIZE_MAX to off_t; if they are the same size in bytes it is
authorChristos Zoulas <christos@zoulas.com>
Thu, 6 Mar 2014 16:50:55 +0000 (16:50 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 6 Mar 2014 16:50:55 +0000 (16:50 +0000)
commit1997184bb7daf75961126eb1db981cefca2a2afe
tree808a4f71c2590c862e766f589dee0e9fbf0c0c1e
parent487a2ef4568c9a5b55580e0e28c34d8fef86ed7f
don't compare SIZE_MAX to off_t; if they are the same size in bytes it is
wrong. Use a more appropriate comparison.
src/apprentice.c