make it compile
This commit is contained in:
parent
0920cb911a
commit
a4d4b10404
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue