Improve StorageFileLoader enough to actually kind of work

This commit is contained in:
Henrik Rydgard
2017-03-23 10:02:28 +01:00
committed by Henrik Rydgård
parent e195377d20
commit 792dd1557c
12 changed files with 188 additions and 82 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ ISOFileSystem::ISOFileSystem(IHandleAllocator *_hAlloc, BlockDevice *_blockDevic
treeroot->valid = false;
if (memcmp(desc.cd001, "CD001", 5)) {
ERROR_LOG(FILESYS, "ISO looks bogus? Giving up...");
ERROR_LOG(FILESYS, "ISO looks bogus, expected CD001 signature not present? Giving up...");
return;
}