Commit 1759ebb3 authored by Matsievskiy S.V's avatar Matsievskiy S.V Committed by Marcel Stör
Browse files

fix lfs upload issue

parent 0a453caf
......@@ -539,7 +539,7 @@ static int loadLFS (lua_State *L) {
flashSetPosition(0);
if ((res = uzlib_inflate(get_byte, put_byte, recall_byte,
in->len, &crc, &in->inflate_state)) != UZLIB_OK) {
in->len, &crc, &in->inflate_state)) != UZLIB_DONE) {
const char *err[] = {"Data_error during decompression",
"Chksum_error during decompression",
"Dictionary error during decompression",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment