fix: typo error
This commit is contained in:
parent
a517271f39
commit
8c290587b7
|
@ -2517,7 +2517,7 @@ static void prepareDurationForNextFileSet(STsdbReader* pReader) {
|
|||
resetTableListIndex(&pReader->status);
|
||||
}
|
||||
|
||||
if (!pReader->status.bProcMemFirstFileset) {
|
||||
if (!pReader->status.bProcMemPreFileset) {
|
||||
if (pReader->notifyFn) {
|
||||
STsdReaderNotifyInfo info = {0};
|
||||
info.duration.fileSetId = fid;
|
||||
|
|
Loading…
Reference in New Issue