mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[NaturalComparer] One more case management
This commit is contained in:
@@ -70,7 +70,7 @@ namespace NaturalSort
|
||||
}
|
||||
else
|
||||
{
|
||||
return 0;
|
||||
return x.CompareTo(y);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ namespace NaturalSort
|
||||
}
|
||||
else
|
||||
{
|
||||
return 0;
|
||||
return y.CompareTo(x);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user