Skip to content

Commit

Permalink
Fix for a7de153
Browse files Browse the repository at this point in the history
Sude- committed Jan 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a7de153 commit 9779a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader.cpp
Original file line number Diff line number Diff line change
@@ -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
{

0 comments on commit 9779a0e

Please sign in to comment.