Fix field naming.

This commit is contained in:
2019-07-28 22:07:58 +01:00
parent a47d8e13f0
commit 8cc11c160e
2 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -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;