mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 10:49:31 +02:00
Change local variables offsetdec and extraoffset type to ASizeInt
git-svn-id: trunk@40326 -
This commit is contained in:
parent
23570bed33
commit
bee9421f2a
@ -862,7 +862,7 @@ implementation
|
||||
|
||||
var
|
||||
offsetdec,
|
||||
extraoffset : aint;
|
||||
extraoffset : ASizeInt;
|
||||
rightp : pnode;
|
||||
newsize : tcgsize;
|
||||
mulsize,
|
||||
|
Loading…
Reference in New Issue
Block a user