utils: use LongInt instead of Integer to prevent overflow

git-svn-id: trunk@26394 -
This commit is contained in:
paul 2014-01-05 17:09:48 +00:00
parent 521dd9ba32
commit 75fecf9e96

View File

@ -44,7 +44,7 @@ const
var
nef, oef : File of Byte;
h, th : TSerializedMapHeader;
k : Integer;
k : Longint;
um : tunicodecharmapping;
pum : punicodecharmapping;
rm : treversecharmapping;