Ignore:
Timestamp:
Jan 14, 2007, 11:59:34 PM (18 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/BinEdit.pas

    r75 r87  
    5757    procedure value_viewer_contextPopup(Sender: TObject);
    5858  private
    59     fileid: LongWord;
     59    fileid: Integer;
    6060  public
    6161  end;
     
    291291  if VST.RootNodeCount = 0 then
    292292  begin
    293     structs := LoadStructureDefinition(fileid);
     293    structs := LoadStructureDefinition(Connection, fileid);
    294294    if structs.Data then
    295295    begin
Note: See TracChangeset for help on using the changeset viewer.