cli: CommandUpdate: Add missing clear of files vector

Esse commit está contido em:
Albert S. 2022-04-25 22:22:40 +02:00
commit b229d9a68d

Ver arquivo

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