LCL: tiff: fixed combining date+time

git-svn-id: branches/fixes_1_4@47636 -
This commit is contained in:
mattias 2015-02-07 12:11:21 +00:00
parent fe1c9a8e0f
commit 67f5a75acb

View File

@ -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;