Skip to content

Commit

Permalink
* deprecated warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FPK committed Jul 10, 2022
1 parent 4193563 commit 6ea4ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/libtar/src/libtar.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
===============================================================================================
Author : Stefan Heymann
Eschenweg 3
72076 Tübingen
72076 T�bingen
GERMANY
E-Mail: [email protected]
Expand Down Expand Up @@ -305,7 +305,7 @@
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}
Expand Down

0 comments on commit 6ea4ddd

Please sign in to comment.