# | Line 225 | Line 225 | begin | |
---|---|---|
225 | 11: | |
226 | begin | |
227 | if Length(rawlist) > 0 then | |
228 | + | begin |
229 | for i := 0 to High(rawlist) do | |
230 | if rawlist[i].SrcOffset = offset then | |
231 | begin | |
# | Line 234 | Line 235 | begin | |
235 | Result := 'unused'; | |
236 | Break; | |
237 | end; | |
238 | + | if i > High(rawlist) then |
239 | + | Result := 'unused'; |
240 | + | end; |
241 | end; | |
242 | 12: | |
243 | if hex.Data[offset] = 1 then |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |