mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Fix LocalFileSystem on Linux
This commit is contained in:
parent
8ccd4e11c0
commit
2f8e68e35f
@ -132,7 +132,7 @@ public class LocalFileSystem : IAttributeFileSystem
|
||||
|
||||
if (utf8Path.At(0) == DirectorySeparator && utf8Path.At(1) != DirectorySeparator)
|
||||
{
|
||||
rc = pathNormalized.Initialize(utf8Path.Slice(1));
|
||||
rc = pathNormalized.Initialize(utf8Path);
|
||||
if (rc.IsFailure()) return rc;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user