2
0
mirror of https://github.com/Sude-/lgogdownloader.git synced 2025-03-09 21:01:53 +01:00

Forgot to clear API error in Downloader::getGameDetails

This commit is contained in:
Sude 2014-11-22 16:07:51 +02:00
parent 86d4e142bd
commit 24105b07fe

@ -306,6 +306,7 @@ int Downloader::getGameDetails()
else
{
std::cout << gogAPI->getErrorMessage() << std::endl;
gogAPI->clearError();
continue;
}
}