mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-04 07:44:42 +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
|
case f1 of
|
||||||
fmtText:
|
fmtText:
|
||||||
begin
|
begin
|
||||||
if VarIsType(v, varDate) and (trunc(v)=0) then
|
if VarIsType(v, varDate) and (trunc(Extended(v))=0) then
|
||||||
Result := TimeToStr(v)
|
Result := TimeToStr(v)
|
||||||
else
|
else
|
||||||
Result := v;
|
Result := v;
|
||||||
|
Loading…
Reference in New Issue
Block a user