mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:29:29 +02:00
* Fix compilation
This commit is contained in:
parent
a9d38fd758
commit
fead1ce818
@ -987,7 +987,7 @@ begin
|
|||||||
if Result then
|
if Result then
|
||||||
begin
|
begin
|
||||||
DateTime.data:=Info;
|
DateTime.data:=Info;
|
||||||
FindClose(FileName,0,Info)
|
FindClose(Info);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user