mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Fix a typo in GetPathLengthMax
This commit is contained in:
parent
279f86d910
commit
c03e4d3f71
@ -133,7 +133,7 @@ public static class UserFileSystemPrivate
|
||||
int retValue = 0;
|
||||
bool hasRetValue = false;
|
||||
SetOrChangeMin(ref retValue, ref hasRetValue, attribute.DirectoryPathLengthMax, attribute.DirectoryPathLengthMaxHasValue);
|
||||
SetOrChangeMin(ref retValue, ref hasRetValue, attribute.FilePathLengthMax, attribute.FileNameLengthMaxHasValue);
|
||||
SetOrChangeMin(ref retValue, ref hasRetValue, attribute.FilePathLengthMax, attribute.FilePathLengthMaxHasValue);
|
||||
SetOrChangeMin(ref retValue, ref hasRetValue, FspPath.MaxLength, true);
|
||||
|
||||
Assert.SdkAssert(hasRetValue);
|
||||
|
Loading…
x
Reference in New Issue
Block a user