# | Line 588 | Line 588 | begin | |
---|---|---|
588 | if fileid < GetFileCount then | |
589 | begin | |
590 | raw_info := Self.GetRawInfo(FileID, DatOffset); | |
591 | + | if raw_info.RawSize = 0 then |
592 | + | exit; |
593 | if not raw_info.LocSep then | |
594 | begin | |
595 | if not FRawOpened then |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |