mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-herpderp
This commit is contained in:
parent
82ce0f2dce
commit
db893ac4e1
@ -57,7 +57,7 @@ void CList<T>::GetPaths(safe_vector<string> &pathlist, string containing, string
|
||||
{
|
||||
for(safe_vector<string>::iterator compare = compares.begin(); compare != compares.end(); compare++)
|
||||
{
|
||||
if(dml && strcasestr(ent->d_name, (*compare).c_str()) != NULL)
|
||||
if(strcasestr(ent->d_name, (*compare).c_str()) != NULL)
|
||||
{
|
||||
FoundDMLgame = true;
|
||||
//gprintf("Pushing %s to the list.\n", sfmt("%s/%s", (*templist).c_str(), ent->d_name).c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user