From f704b9f041a8e285f5f578d39053ec9c5de0ad9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Thu, 21 Mar 2024 18:12:25 +0100 Subject: [PATCH] Fix wrong bracket position --- libxisf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxisf.cpp b/libxisf.cpp index 97c687e..46177b4 100644 --- a/libxisf.cpp +++ b/libxisf.cpp @@ -179,12 +179,12 @@ void DataBlock::decompress(const ByteArray &input, const String &encoding) dstPtr += block.second; } + } #else throw Error("ZSTD support not compiled"); #endif break; } - } subblocks.clear();