Changeset 87 for oup/current/Tools/BinEdit.pas
- Timestamp:
- Jan 14, 2007, 11:59:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/BinEdit.pas
r75 r87 57 57 procedure value_viewer_contextPopup(Sender: TObject); 58 58 private 59 fileid: LongWord;59 fileid: Integer; 60 60 public 61 61 end; … … 291 291 if VST.RootNodeCount = 0 then 292 292 begin 293 structs := LoadStructureDefinition( fileid);293 structs := LoadStructureDefinition(Connection, fileid); 294 294 if structs.Data then 295 295 begin
Note:
See TracChangeset
for help on using the changeset viewer.