Fix wrong bracket position
This commit is contained in:
+1
-1
@@ -179,12 +179,12 @@ void DataBlock::decompress(const ByteArray &input, const String &encoding)
|
|||||||
dstPtr += block.second;
|
dstPtr += block.second;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
throw Error("ZSTD support not compiled");
|
throw Error("ZSTD support not compiled");
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
subblocks.clear();
|
subblocks.clear();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user