mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
-forgot to click on save, well shit happens :P
This commit is contained in:
parent
e28f9c3e72
commit
a953eddd1b
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user