mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 11:19:31 +02:00
codetools: fixed compilation win64
git-svn-id: trunk@32238 -
This commit is contained in:
parent
bfe2e33e1a
commit
d66ac4c7bf
@ -2806,7 +2806,7 @@ begin
|
|||||||
// MWE:
|
// MWE:
|
||||||
// fpc 2.x has troubles in choosing the right dbgs()
|
// fpc 2.x has troubles in choosing the right dbgs()
|
||||||
// so we convert here
|
// so we convert here
|
||||||
vtCurrency: Result:=Result+dbgs(int64(Args[i].vCurrency^)/10000 , 4));
|
vtCurrency: Result:=Result+dbgs(int64(Args[i].vCurrency^)/10000 , 4);
|
||||||
{$else}
|
{$else}
|
||||||
vtCurrency: Result:=Result+dbgs(Args[i].vCurrency^);
|
vtCurrency: Result:=Result+dbgs(Args[i].vCurrency^);
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user