mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 00:55:59 +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:
|
||||
// fpc 2.x has troubles in choosing the right dbgs()
|
||||
// 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}
|
||||
vtCurrency: Result:=Result+dbgs(Args[i].vCurrency^);
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user