mirror of https://github.com/red-prig/fpPS4.git
mlock ret ignore
This commit is contained in:
parent
fb1d06cf73
commit
850a18aa29
|
@ -1625,7 +1625,7 @@ begin
|
||||||
Result:=0;
|
Result:=0;
|
||||||
end else
|
end else
|
||||||
begin
|
begin
|
||||||
Result:=ENOMEM;
|
Result:=0;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -1644,7 +1644,7 @@ begin
|
||||||
Result:=0;
|
Result:=0;
|
||||||
end else
|
end else
|
||||||
begin
|
begin
|
||||||
Result:=ENOMEM;
|
Result:=0;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue