cli: CommandUpdate: Add missing clear of files vector
This commit is contained in:
parent
a0ced3f7d0
commit
b229d9a68d
@ -108,6 +108,7 @@ int CommandUpdate::handle(QStringList arguments)
|
||||
}
|
||||
}
|
||||
offset += limit;
|
||||
files.clear();
|
||||
processedRows = this->dbService->getFiles(files, pattern, offset, limit);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user