mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 12:51:34 +02:00
utils: use LongInt instead of Integer to prevent overflow
git-svn-id: trunk@26394 -
This commit is contained in:
parent
521dd9ba32
commit
75fecf9e96
@ -44,7 +44,7 @@ const
|
|||||||
var
|
var
|
||||||
nef, oef : File of Byte;
|
nef, oef : File of Byte;
|
||||||
h, th : TSerializedMapHeader;
|
h, th : TSerializedMapHeader;
|
||||||
k : Integer;
|
k : Longint;
|
||||||
um : tunicodecharmapping;
|
um : tunicodecharmapping;
|
||||||
pum : punicodecharmapping;
|
pum : punicodecharmapping;
|
||||||
rm : treversecharmapping;
|
rm : treversecharmapping;
|
||||||
|
Loading…
Reference in New Issue
Block a user