flanglet / kanzi-cpp

Fast lossless data compression in C++
Apache License 2.0
137 stars 3 forks source link

Weird decompression #15

Open Bits360 opened 4 days ago

Bits360 commented 4 days ago

When decompressing, for some reason it decompresses from .knz to .knz.bak, if you then remove the .knz.bak then you get the decompressed file.

flanglet commented 4 days ago

It is the default behavior (which can be overridden with the -o option). I can change it to remove the knz.bak extension.