mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 14:00:03 +00:00
FIx broken merge
This commit is contained in:
parent
476f858388
commit
f4ed710420
@ -512,11 +512,7 @@ std::vector<PSPFileInfo> ISOFileSystem::GetDirListing(std::string path)
|
||||
{
|
||||
TreeEntry *e = entry->children[i];
|
||||
|
||||
<<<<<<< HEAD
|
||||
if(e->name == "." || e->name == "..") // do not include the relative entries in the list
|
||||
=======
|
||||
if(!strcmp(e->name.c_str(), ".") || !strcmp(e->name.c_str(), "..")) // do not include the relative entries in the list
|
||||
>>>>>>> upstream/master
|
||||
continue;
|
||||
|
||||
PSPFileInfo x;
|
||||
|
Loading…
Reference in New Issue
Block a user