more fix
This commit is contained in:
parent
c16126fa96
commit
46b72f340a
|
@ -261,6 +261,7 @@ static int32_t apply_commit(STFileSystem *fs) {
|
|||
code = TARRAY2_SORT_INSERT(fsetArray1, fset1, tsdbTFileSetCmprFn);
|
||||
if (code) return code;
|
||||
i1++;
|
||||
i2++;
|
||||
} else {
|
||||
// edit
|
||||
code = tsdbTFileSetEditEx(fset2, fset1);
|
||||
|
@ -278,6 +279,7 @@ static int32_t apply_commit(STFileSystem *fs) {
|
|||
code = TARRAY2_SORT_INSERT(fsetArray1, fset1, tsdbTFileSetCmprFn);
|
||||
if (code) return code;
|
||||
i1++;
|
||||
i2++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue