mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make Encoding a private field only for IReadOnlyFilesystem implementors.
This commit is contained in:
@@ -103,7 +103,6 @@ public sealed partial class ZFS
|
||||
out FileSystem metadata)
|
||||
{
|
||||
// ZFS is always UTF-8
|
||||
Encoding = Encoding.UTF8;
|
||||
information = "";
|
||||
metadata = new FileSystem();
|
||||
ErrorNumber errno;
|
||||
|
||||
Reference in New Issue
Block a user