make it compile

This commit is contained in:
Hongze Cheng 2022-08-24 11:58:10 +08:00
parent 0920cb911a
commit a4d4b10404
1 changed files with 1 additions and 1 deletions

View File

@ -2316,7 +2316,7 @@ static int32_t moveToNextFile(STsdbReader* pReader, SBlockNumber* pBlockNum) {
return code; return code;
} }
code = tsdbReadBlockL(pReader->pFileReader, pLastBlocks); code = tsdbReadBlockL(pReader->pFileReader, 0, pLastBlocks);
if (code != TSDB_CODE_SUCCESS) { if (code != TSDB_CODE_SUCCESS) {
taosArrayDestroy(pIndexList); taosArrayDestroy(pIndexList);
return code; return code;