提交 b9c54289 编写于 作者: C Cary Xu

type convert

上级 6bdb6aad
...@@ -252,7 +252,7 @@ static int tsdbRefactorHeadF(STsdbRepo *pRepo, SRecoverH *pRecoverH, SDFileSet * ...@@ -252,7 +252,7 @@ static int tsdbRefactorHeadF(STsdbRepo *pRepo, SRecoverH *pRecoverH, SDFileSet *
return -1; return -1;
} }
int arraySize = taosArrayGetSize(pReadH->aBlkIdx); int arraySize = (int)taosArrayGetSize(pReadH->aBlkIdx);
SBlock supBlk; SBlock supBlk;
for (int iBlkIdx = 0; iBlkIdx < arraySize; ++iBlkIdx) { for (int iBlkIdx = 0; iBlkIdx < arraySize; ++iBlkIdx) {
pReadH->pBlkIdx = taosArrayGet(pReadH->aBlkIdx, iBlkIdx); pReadH->pBlkIdx = taosArrayGet(pReadH->aBlkIdx, iBlkIdx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册