mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Refactor ISO9660 and solves bug preventing amiga extensions from being named.
This commit is contained in:
@@ -36,8 +36,8 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
{
|
||||
public partial class ISO9660
|
||||
{
|
||||
const ushort ElToritoMagic = 0xAA55;
|
||||
const int ElToritoEntrySize = 32;
|
||||
const ushort EL_TORITO_MAGIC = 0xAA55;
|
||||
const int EL_TORITO_ENTRY_SIZE = 32;
|
||||
|
||||
enum ElToritoIndicator : byte
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user