mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
Most 64-bit environments use 64 bit longs and 32 bit ints; as such, comparing an int to LONG_MIN/MAX makes no sense. Since SQL LONGs appear limited to 32 bits, I assume INT_MIN/MAX was intended.