fixed conversion warning

This commit is contained in:
Yann Collet
2016-07-06 13:13:12 +02:00
parent 517e1ba623
commit a295b3170f
2 changed files with 3 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
v0.7.3
added : `--` separator, stating that all following arguments are file names. Suggested by Chip Turner.
added : OpenBSD target, by Juan Francisco Cantero Hurtado
fixed : dictBuilder using HC levels, reported by Bartosz Taudul
v0.7.2
fixed : ZSTD_decompressBlock() using multiple consecutive blocks. Reported by Greg Slazinski.