-forgot to click on save, well shit happens :P

This commit is contained in:
fix94.1 2012-06-08 19:31:22 +00:00
parent e28f9c3e72
commit a953eddd1b

View File

@ -135,7 +135,7 @@ static string makeURL(const string format, const string gameId, const string cou
url.replace(url.find(TAG_LOC), strlen(TAG_LOC), country.c_str());
if(url.find(TAG_CONSOLE) != url.npos)
url.replace(url.find(TAG_LOC), strlen(TAG_LOC), "wii");
url.replace(url.find(TAG_CONSOLE), strlen(TAG_CONSOLE), "wii");
url.replace(url.find(TAG_GAME_ID), strlen(TAG_GAME_ID), gameId.c_str());