mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:39:09 +02:00
* avoid range check error
git-svn-id: trunk@18786 -
This commit is contained in:
parent
88c2c77319
commit
2f4fcf7dee
@ -46,7 +46,7 @@ interface
|
|||||||
tmemdebug = class
|
tmemdebug = class
|
||||||
private
|
private
|
||||||
totalmem,
|
totalmem,
|
||||||
startmem : integer;
|
startmem : int64;
|
||||||
infostr : string[40];
|
infostr : string[40];
|
||||||
public
|
public
|
||||||
constructor Create(const s:string);
|
constructor Create(const s:string);
|
||||||
|
Loading…
Reference in New Issue
Block a user