* 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:
Jonas Maebe 2005-12-04 17:48:26 +00:00
parent 3502898ba3
commit 3a8cd257b4

View File

@ -538,7 +538,7 @@ begin
end;
else
try
TS:=MSecsToTimeStamp(Data.DateTime);
TS:=MSecsToTimeStamp(trunc(Data.DateTime));
except
end;
end;