summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-12-05 09:31:00 +0100
committerErich Eckner <git@eckner.net>2017-12-05 09:31:00 +0100
commitf74cf94bad8252d3b45946ebd226f7a3d1e47a0b (patch)
treef25270d9e9185736fd1ce3a62ac2530c61e64df5
parentd17acc6af7743842ac17b37ecc7b5830ad8921ba (diff)
downloadunits-f74cf94bad8252d3b45946ebd226f7a3d1e47a0b.tar.xz
matheunit.pas: use more longestOrdinal
-rw-r--r--matheunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/matheunit.pas b/matheunit.pas
index f49cf40..d5f9de7 100644
--- a/matheunit.pas
+++ b/matheunit.pas
@@ -859,7 +859,7 @@ var
s: string;
xSum,xQdrSum,ySum,xySum: extended;
wert: tExtPoint;
- i,anz: int64;
+ i,anz: longestOrdinal;
begin
if xSpalte=ySpalte then begin
result:=1;