mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:56:02 +02:00
leakview: less hints
git-svn-id: trunk@49643 -
This commit is contained in:
parent
74373f534e
commit
0d82fd511b
@ -122,8 +122,8 @@ type
|
||||
---------------------------------------------------------------------------}
|
||||
|
||||
var
|
||||
base, limit : SizeInt;
|
||||
index : SizeInt;
|
||||
base, limit : int64;
|
||||
index : int64;
|
||||
|
||||
function Init(aBase, aLimit : Int64) : Boolean;
|
||||
begin
|
||||
@ -161,7 +161,7 @@ end;
|
||||
an error }
|
||||
function ReadNext() : Longint; inline;
|
||||
var
|
||||
bytesread : SizeInt;
|
||||
bytesread : integer;
|
||||
begin
|
||||
ReadNext := -1;
|
||||
if EBufPos >= EBufCnt then begin
|
||||
|
Loading…
Reference in New Issue
Block a user