ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/BinEdit.pas
(Generate patch)

Comparing oup/current/Tools/BinEdit.pas (file contents):
Revision 179 by alloc, Sun May 13 22:18:18 2007 UTC vs.
Revision 198 by alloc, Sat May 26 19:28:08 2007 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)