mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-08 08:23:22 +01:00
Fix for a7de153d76e73e3b02087312277714e7ef327ca0
This commit is contained in:
parent
a7de153d76
commit
9779a0e878
@ -3968,7 +3968,7 @@ void Downloader::galaxyInstallGameById(const std::string& product_id, int build_
|
||||
{
|
||||
if (Globals::globalConfig.iMsgLevel >= MSGLEVEL_VERBOSE)
|
||||
std::cout << "Skipping blacklisted file: " << item_install_path << std::endl;
|
||||
items.erase(it);
|
||||
it = items.erase(it);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user