* deprecated warning fixed

This commit is contained in:
florian 2022-07-10 22:52:22 +02:00
parent 4193563190
commit 6ea4ddd3d5

View File

@ -16,7 +16,7 @@ Subject : Handling of "tar" files
===============================================================================================
Author : Stefan Heymann
Eschenweg 3
72076 Tübingen
72076 T<EFBFBD>bingen
GERMANY
E-Mail: stefan@destructor.de
@ -305,7 +305,7 @@ BEGIN
IF SearchRec.Attr AND faDirectory = 0 THEN BEGIN
FillChar(TimeVal, SizeOf(TimeVal), #0);
FillChar(TimeZone, SizeOf(TimeZone), #0);
Result := FileDateToDateTime (SearchRec.Time);
Result := SearchRec.TimeStamp;
{$IFDEF Kylix}
GetTimeOfDay (TimeVal, TimeZone);
{$ELSE}