]> git.seodisparate.com/gitweb - SimpleArchiver/commit
Fix file format 4 archive creation
authorStephen Seo <seo.disparate@gmail.com>
Fri, 18 Apr 2025 07:57:50 +0000 (16:57 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 18 Apr 2025 07:57:50 +0000 (16:57 +0900)
commit47e40c9447b2c4d37a2ea5218c8812fc96a52ff3
treea85a4e48851fd2e94db3d6a5d6707dc5bab9daf0
parentb947bcdc62252bc9aacda9c1e50f6e1258bf4a29
Fix file format 4 archive creation

Previous implementation errored out by mistake when counts were at least
2^32 in size, since file format 4 should support 64-bit (8-byte) counts
of file-count-size, chunk-count-size, and directory-count-size.
src/archiver.c