facebook / zstd

Zstandard - Fast real-time compression algorithm
http://www.zstd.net
Other
22.77k stars 2.03k forks source link

[fix] Add newline when file exceeds 128KB #4054

Closed jbajic closed 1 month ago

jbajic commented 1 month ago

Add missing newline in the warning message of the zstd -v --train commands when the file size exceeds 128KB.

Addresses https://github.com/facebook/zstd/issues/4052

dearblue commented 1 month ago

Thanks! Fixed #4052