ソースを参照

fix lfs upload issue

Matsievskiy S.V 4 年 前
コミット
1759ebb360
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/lua/lflash.c

+ 1 - 1
app/lua/lflash.c

@@ -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",