]> sourceware.org Git - bzip2.git/commit
Fix a 'not a normal file' error when compressing large files.
authorPhil Ross <phil.ross@gmail.com>
Tue, 21 May 2019 19:46:14 +0000 (20:46 +0100)
committerMark Wielaard <mark@klomp.org>
Tue, 9 Jul 2019 21:01:34 +0000 (23:01 +0200)
commit13d8bce0393ca21cbca1e8ba7692466a64fd46dd
tree1faaecfd8b1a07289fa0542be0db2c15791559cc
parent5a4a6f44f0748840a7abe341098445c42d8d979a
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 https://github.com/philr/bzip2-windows/issues/3.
bzip2.c
This page took 0.025907 seconds and 5 git commands to generate.