mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected encoding propagation.
This commit is contained in:
@@ -77,6 +77,8 @@ namespace DiscImageChef.Filesystems.AppleMFS
|
||||
partitionStart = partition.Start;
|
||||
if(encoding == null)
|
||||
CurrentEncoding = Encoding.GetEncoding("macintosh");
|
||||
else
|
||||
CurrentEncoding = encoding;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user