mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix naming.
This commit is contained in:
@@ -47,6 +47,7 @@ public sealed partial class ISO9660 : IReadOnlyFilesystem
|
||||
ushort _blockSize;
|
||||
bool _cdi;
|
||||
bool _debug;
|
||||
Encoding _encoding;
|
||||
bool _highSierra;
|
||||
IMediaImage _image;
|
||||
bool _joliet;
|
||||
@@ -58,7 +59,6 @@ public sealed partial class ISO9660 : IReadOnlyFilesystem
|
||||
bool _useEvd;
|
||||
bool _usePathTable;
|
||||
bool _useTransTbl;
|
||||
Encoding Encoding;
|
||||
|
||||
#region IReadOnlyFilesystem Members
|
||||
|
||||
|
||||
Reference in New Issue
Block a user