mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 03:39:17 +01:00
Fix for a7de153d76
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)
|
if (Globals::globalConfig.iMsgLevel >= MSGLEVEL_VERBOSE)
|
||||||
std::cout << "Skipping blacklisted file: " << item_install_path << std::endl;
|
std::cout << "Skipping blacklisted file: " << item_install_path << std::endl;
|
||||||
items.erase(it);
|
it = items.erase(it);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user