mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
* fixed compilation on systems where comp = int64 (i.e., everything non-x86)
and thus incompatible with floating point types git-svn-id: trunk@1875 -
This commit is contained in:
parent
3502898ba3
commit
3a8cd257b4
@ -538,7 +538,7 @@ begin
|
||||
end;
|
||||
else
|
||||
try
|
||||
TS:=MSecsToTimeStamp(Data.DateTime);
|
||||
TS:=MSecsToTimeStamp(trunc(Data.DateTime));
|
||||
except
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user