diff options
author | Erich Eckner <git@eckner.net> | 2017-12-05 09:31:00 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-12-05 09:31:00 +0100 |
commit | f74cf94bad8252d3b45946ebd226f7a3d1e47a0b (patch) | |
tree | f25270d9e9185736fd1ce3a62ac2530c61e64df5 /matheunit.pas | |
parent | d17acc6af7743842ac17b37ecc7b5830ad8921ba (diff) | |
download | units-f74cf94bad8252d3b45946ebd226f7a3d1e47a0b.tar.xz |
matheunit.pas: use more longestOrdinal
Diffstat (limited to 'matheunit.pas')
-rw-r--r-- | matheunit.pas | 2 |
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; |