diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-02-04 23:58:37 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-02-15 22:39:26 -0800 |
commit | a3622937453f517285f851817a7505f54f4f19aa (patch) | |
tree | ba1286c2e4be51ed5dc3aac1f51c83fa781fc898 /INDEX | |
parent | 38e8ce32afbaa82f67d992b9f3056f281fe69259 (diff) | |
download | zlib-a3622937453f517285f851817a7505f54f4f19aa.tar.gz zlib-a3622937453f517285f851817a7505f54f4f19aa.tar.bz2 zlib-a3622937453f517285f851817a7505f54f4f19aa.zip |
Avoid a conversion error in gzseek when off_t type too small.
This is a problem in the odd case that the second argument of
LSEEK is a larger type than off_t. Apparently MinGW defines off_t
to be 32 bits, but _lseeki64 has a 64-bit second argument.
Also undo a previous commit to permit MinGW to use _lseeki64.
Diffstat (limited to 'INDEX')
0 files changed, 0 insertions, 0 deletions