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