mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 09:59:12 +02:00
* Fix bug ID #0036268, more descriptive comment
git-svn-id: trunk@43404 -
This commit is contained in:
parent
fff3b67b7e
commit
2557c8e99b
@ -45,7 +45,7 @@ type
|
||||
protected
|
||||
FList: PByte;
|
||||
FCount: Integer;
|
||||
FCapacity: Integer; { list is one longer sgthan capacity, for temp }
|
||||
FCapacity: Integer; { list has room for capacity+1 items, contains room for a temporary item }
|
||||
FItemSize: Integer;
|
||||
procedure CopyItem(Src, Dest: Pointer); virtual;
|
||||
procedure Deref(Item: Pointer); virtual; overload;
|
||||
|
Loading…
Reference in New Issue
Block a user