use INT32_MAX rather than INT_MAX for GOT_FILEIDX_MAX_ENTRIES
commitfff2d77497adc7541625b5e877348ffa08e79583
authorOmar Polo <op@omarpolo.com>
Fri, 28 Jul 2023 19:07:57 +0000 (28 19:07 +0000)
committerThomas Adam <thomas@xteddy.org>
Sat, 29 Jul 2023 19:05:01 +0000 (29 20:05 +0100)
tree94b3b7c5b9f8672abbeb5f59c87fe0758e28b2bc
parentdcc9ed63460117b754511483eb416c5d530ac8fb
use INT32_MAX rather than INT_MAX for GOT_FILEIDX_MAX_ENTRIES

it's a different way to spell the same number, but it's more evocative
since the on-disk format is 32 bits wide.

ok stsp
lib/fileindex.c