提交 fff1e084 编写于 作者: H Haojun Liao

[td-2895] refactor.

上级 73182bf3
......@@ -626,7 +626,7 @@ void blockDistInfoFromBinary(const char* data, int32_t len, STableBlockDist* pDi
bool comp = tbufReadUint8(&br);
uint32_t compLen = tbufReadUint32(&br);
size_t originalLen = numOfBlocks*sizeof(SFileBlockInfo);
size_t originalLen = (size_t) (numOfBlocks*sizeof(SFileBlockInfo));
char* outputBuf = NULL;
if (comp) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册