mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
🎨REFACTOR: Use auto-properties.
This commit is contained in:
@@ -423,7 +423,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
|
||||
foreach(CatalogEntry entry in catalogCache)
|
||||
{
|
||||
string filename = StringHandlers.CToString(entry.filename, currentEncoding);
|
||||
string filename = StringHandlers.CToString(entry.filename, Encoding);
|
||||
|
||||
// LisaOS is case insensitive
|
||||
if(string.Compare(wantedFilename, filename, StringComparison.InvariantCultureIgnoreCase) != 0 ||
|
||||
|
||||
Reference in New Issue
Block a user