mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-03 09:23:40 +02:00
LazReport, fix compilation win 64, issue #12798
git-svn-id: trunk@17834 -
This commit is contained in:
parent
7c793d4f5b
commit
993bd7b87d
@ -7344,7 +7344,7 @@ begin
|
||||
case f1 of
|
||||
fmtText:
|
||||
begin
|
||||
if VarIsType(v, varDate) and (trunc(v)=0) then
|
||||
if VarIsType(v, varDate) and (trunc(Extended(v))=0) then
|
||||
Result := TimeToStr(v)
|
||||
else
|
||||
Result := v;
|
||||
|
Loading…
Reference in New Issue
Block a user