mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-12 20:40:49 +00:00
Typo in restricted ISO reading.
This commit is contained in:
parent
dd3503890b
commit
eeafcaff52
@ -144,7 +144,6 @@ ISOFileSystem::ISOFileSystem(IHandleAllocator *_hAlloc, BlockDevice *_blockDevic
|
||||
if (pos != endPos)
|
||||
restrictTree.push_back(_restrictPath.substr(pos, endPos));
|
||||
pos = _restrictPath.find_first_not_of('/', endPos);
|
||||
_restrictPath.erase(0, pos);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user