mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix field naming.
This commit is contained in:
@@ -111,11 +111,11 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
public readonly ushort logical_block_size_be;
|
||||
public readonly uint path_table_size;
|
||||
public readonly uint path_table_size_be;
|
||||
public readonly uint manditory_path_table_lsb;
|
||||
public readonly uint mandatory_path_table_lsb;
|
||||
public readonly uint opt_path_table_lsb_1;
|
||||
public readonly uint opt_path_table_lsb_2;
|
||||
public readonly uint opt_path_table_lsb_3;
|
||||
public readonly uint manditory_path_table_msb;
|
||||
public readonly uint mandatory_path_table_msb;
|
||||
public readonly uint opt_path_table_msb_1;
|
||||
public readonly uint opt_path_table_msb_2;
|
||||
public readonly uint opt_path_table_msb_3;
|
||||
|
||||
@@ -109,8 +109,8 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
public readonly ushort logical_block_size_be;
|
||||
public readonly uint path_table_size;
|
||||
public readonly uint path_table_size_be;
|
||||
public readonly uint type_1_path_table;
|
||||
public readonly uint opt_type_1_path_table;
|
||||
public readonly uint type_l_path_table;
|
||||
public readonly uint opt_type_l_path_table;
|
||||
public readonly uint type_m_path_table;
|
||||
public readonly uint opt_type_m_path_table;
|
||||
public readonly DirectoryRecord root_directory_record;
|
||||
|
||||
Reference in New Issue
Block a user