Changeset 198 for oup/current/Tools
- Timestamp:
- May 26, 2007, 9:28:08 PM (18 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/BinEdit.dfm
r179 r198 12 12 inherited filelist: TListBox 13 13 Height = 210 14 ExplicitHeight = 210 14 15 end 15 16 object panel_imexport: TPanel -
oup/current/Tools/BinEdit.pas
r179 r198 226 226 begin 227 227 if Length(rawlist) > 0 then 228 begin 228 229 for i := 0 to High(rawlist) do 229 230 if rawlist[i].SrcOffset = offset then … … 235 236 Break; 236 237 end; 238 if i > High(rawlist) then 239 Result := 'unused'; 240 end; 237 241 end; 238 242 12:
Note:
See TracChangeset
for help on using the changeset viewer.