Added inline documentation for recordLength field

This commit is contained in:
Michael Becker 2014-11-28 09:50:58 -05:00
parent 308667f61e
commit 1567b5a462

View File

@ -146,8 +146,9 @@ namespace UniversalEditor.DataFormats.FileSystem.ISO
while (true)
{ // file 1 file 2
ushort unknown1 = br.ReadUInt16(); // 48 42
if (unknown1 == 0) break;
// length of this record entry
ushort recordLength = br.ReadUInt16(); // 48 42
if (recordLength == 0) break;
// index of first sector (offset is firstSector * mvarLogicalBlockSize
uint firstSector = br.ReadDoubleEndianUInt32(); // 21 22