mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Also optimize a filename check...
... to avoid 3 rounds of recursion per check.
This commit is contained in:
parent
ec1d5134ac
commit
5edce67f73
@ -126,7 +126,7 @@ namespace DiscUtils.Fat
|
||||
|
||||
public bool Equals(FileName other)
|
||||
{
|
||||
if (other == null)
|
||||
if (other is null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user