Fix warning in util.h (signed vs unsigned comparison)
commit3cd8b687d5dc8006a5eae9e9c4dac212e8df67d1
authorVicent Marti <tanoku@gmail.com>
Sat, 10 Jul 2010 19:08:04 +0000 (10 12:08 -0700)
committerVicent Marti <tanoku@gmail.com>
Sat, 10 Jul 2010 19:08:04 +0000 (10 12:08 -0700)
tree1a4bb64d48619e2a1ef0106be89bba17768bff63
parentca3939e682a3198a3d18f42b7fbf84823312dc61
Fix warning in util.h (signed vs unsigned comparison)

This fix had been delayed by Ramsay because on 32-bit systems it
highlights the fact that off_t is set to an invalid value.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
src/util.h