Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a 'not a normal file' error when compressing large files.
The bzip2 command line would report 'not a normal file' for files of size larger than 2^32 - 1 bytes. Patch bzip2.c to use _stati64 instead of _stat so that a successful result is returned for large files. Resolves philr/bzip2-windows#3.
- Loading branch information