cli: CommandUpdate: Add missing clear of files vector

このコミットが含まれているのは:
Albert S. 2022-04-25 22:22:40 +02:00
コミット b229d9a68d

ファイルの表示

@ -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);
} }