From eeafcaff5254a5175b6b2f44dd9fab49fb61eca7 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 31 Mar 2013 23:49:36 -0700 Subject: [PATCH] Typo in restricted ISO reading. --- Core/FileSystems/ISOFileSystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/FileSystems/ISOFileSystem.cpp b/Core/FileSystems/ISOFileSystem.cpp index 41915a1a2b..466ce21562 100644 --- a/Core/FileSystems/ISOFileSystem.cpp +++ b/Core/FileSystems/ISOFileSystem.cpp @@ -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); } }