General code style and feature fixes.

This commit is contained in:
2022-11-15 01:35:06 +00:00
parent 47965f0584
commit bd3fe7bd4e
94 changed files with 460 additions and 478 deletions

View File

@@ -57,7 +57,7 @@ public sealed partial class ISO9660
public uint Blocks;
}
class DecodedDirectoryEntry
sealed class DecodedDirectoryEntry
{
public byte[] AmigaComment;
public AmigaProtection? AmigaProtection;
@@ -97,7 +97,7 @@ public sealed partial class ISO9660
public override string ToString() => Filename;
}
class PathTableEntryInternal
sealed class PathTableEntryInternal
{
public uint Extent;
public string Name;