Zipper: now computeing crc32 on the fly during zip creation

This commit is contained in:
emeric
2020-08-30 15:13:46 +02:00
parent cd25f6ee1c
commit c9aed37fc2
6 changed files with 137 additions and 150 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ int main(int argc, char* argv[])
return EXIT_FAILURE;
}
Zipper zipper {files, Zipper::CompressionMethod::NoCompression};
Zipper zipper {files};
while (!zipper.isComplete())
{