# | Line 507 | Line 507 | begin | |
---|---|---|
507 | list := GetRawList(StrToInt(MidStr(dats.Strings[i], 1, 5))); | |
508 | for j := 0 to Length(list) - 1 do | |
509 | begin | |
510 | < | if list[j].RawType = RawType then |
510 | > | if (list[j].RawType = RawType) and (list[j].RawSize > 0) then |
511 | begin | |
512 | SetLength(Result, Length(Result)+1); | |
513 | Result[High(Result)] := list[j]; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |