LCL: tiff: fixed combining date+time

git-svn-id: trunk@47635 -
This commit is contained in:
mattias 2015-02-07 12:11:02 +00:00
parent 8d6618eb2a
commit 2f1968a3cf

View File

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