mirror of https://github.com/red-prig/fpPS4.git
revert
This commit is contained in:
parent
fef3d27572
commit
711bc11b47
|
@ -170,7 +170,7 @@ var
|
||||||
begin
|
begin
|
||||||
f:=nil;
|
f:=nil;
|
||||||
Result:=__sys_file_open(path,O_RDONLY,0,f);
|
Result:=__sys_file_open(path,O_RDONLY,0,f);
|
||||||
if (Result<>0) then Exit;
|
if (Result<>0) then Exit(-Result);
|
||||||
|
|
||||||
Result:=f.fstat(stat);
|
Result:=f.fstat(stat);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue