Changeset 100 for VisualSwapcodes


Ignore:
Timestamp:
Feb 20, 2007, 6:10:14 PM (18 years ago)
Author:
alloc
Message:
 
Location:
VisualSwapcodes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • VisualSwapcodes/Unit1.pas

    r99 r100  
    212212begin
    213213  if Self.name = 'SWAPC_FIXARR_S' then
    214     Self.size := Self.size * Self.count
     214  begin
     215    Self.size := Self.size * Self.count;
     216    Self.parent.size := Self.parent.size + Self.size;
     217  end
    215218  else
    216219    Self.size := Self.count;
Note: See TracChangeset for help on using the changeset viewer.