This commit is contained in:
Pavel 2023-03-13 16:37:52 +03:00
parent fef3d27572
commit 711bc11b47
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ var
begin
f:=nil;
Result:=__sys_file_open(path,O_RDONLY,0,f);
if (Result<>0) then Exit;
if (Result<>0) then Exit(-Result);
Result:=f.fstat(stat);