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 75 by alloc, Thu Jan 11 23:36:52 2007 UTC vs.
Revision 87 by alloc, Sun Jan 14 22:59:34 2007 UTC

# Line 56 | Line 56 | type
56        Shift: TShiftState; X, Y: Integer);
57      procedure value_viewer_contextPopup(Sender: TObject);
58    private
59 <    fileid: LongWord;
59 >    fileid: Integer;
60    public
61    end;
62  
# Line 290 | Line 290 | begin
290    VST.BeginUpdate;
291    if VST.RootNodeCount = 0 then
292    begin
293 <    structs := LoadStructureDefinition(fileid);
293 >    structs := LoadStructureDefinition(Connection, fileid);
294      if structs.Data then
295      begin
296        if Length(structs.Global) > 0 then

Diff Legend

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