mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 10:28:54 +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
|
||||
nef, oef : File of Byte;
|
||||
h, th : TSerializedMapHeader;
|
||||
k : Integer;
|
||||
k : Longint;
|
||||
um : tunicodecharmapping;
|
||||
pum : punicodecharmapping;
|
||||
rm : treversecharmapping;
|
||||
|
Loading…
Reference in New Issue
Block a user