mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-04 05:36:12 +00:00
@@ -687,7 +687,7 @@ namespace SabreTools.Serialization.Readers
|
||||
|
||||
// Start of sector should not be 0, ignore entire directory
|
||||
int nextRecordLength = data.PeekByteValue();
|
||||
if (nextRecordLength <= paddingLength)
|
||||
if (nextRecordLength <= 0)
|
||||
return null;
|
||||
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user