cli: CommandUpdate: Add missing clear of files vector

这个提交包含在:
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);
}