cli: CommandUpdate: Add missing clear of files vector

This commit is contained in:
Albert S. 2022-04-25 22:22:40 +02:00
父節點 a0ced3f7d0
當前提交 b229d9a68d
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

@ -108,6 +108,7 @@ int CommandUpdate::handle(QStringList arguments)
}
}
offset += limit;
files.clear();
processedRows = this->dbService->getFiles(files, pattern, offset, limit);
}