mirror of
https://github.com/jorio/Pomme.git
synced 2025-01-15 10:33:03 +00:00
Fix HostVolume::OpenFork return code
This commit is contained in:
parent
a3d0a3f16a
commit
813523dc49
@ -136,7 +136,6 @@ OSErr HostVolume::OpenFork(const FSSpec* spec, ForkType forkType, char permissio
|
||||
return fnfErr;
|
||||
}
|
||||
handle = std::make_unique<HostForkHandle>(DataFork, permission, path, *spec);
|
||||
return noErr;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -150,7 +149,7 @@ OSErr HostVolume::OpenFork(const FSSpec* spec, ForkType forkType, char permissio
|
||||
ADFJumpToResourceFork(handle->GetStream());
|
||||
}
|
||||
|
||||
return fnfErr;
|
||||
return noErr;
|
||||
}
|
||||
|
||||
static bool CaseInsensitiveAppendToPath(
|
||||
|
Loading…
x
Reference in New Issue
Block a user