Skip to content

Commit

Permalink
Fix for a7de153
Browse files Browse the repository at this point in the history
  • Loading branch information
Sude- committed Jan 14, 2024
1 parent a7de153 commit 9779a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit 9779a0e

Please sign in to comment.