mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 03:00:24 +02:00
LCL: tiff: fixed combining date+time
git-svn-id: trunk@47635 -
This commit is contained in:
parent
8d6618eb2a
commit
2f1968a3cf
@ -47,7 +47,7 @@ begin
|
|||||||
and TryStrToInt(Copy(S, 18, 2), SS)
|
and TryStrToInt(Copy(S, 18, 2), SS)
|
||||||
and TryEncodeDate(YY, MM, DD, D)
|
and TryEncodeDate(YY, MM, DD, D)
|
||||||
and TryEncodeTime(HH, NN, SS, 0, T)
|
and TryEncodeTime(HH, NN, SS, 0, T)
|
||||||
then FDateTime := D + T
|
then FDateTime := ComposeDateTime(D,T)
|
||||||
else FDateTime := 0;
|
else FDateTime := 0;
|
||||||
|
|
||||||
FDocumentName := IFD.DocumentName;
|
FDocumentName := IFD.DocumentName;
|
||||||
|
Loading…
Reference in New Issue
Block a user