mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
2e702c7ed4
commit
d997b0cc12
|
@ -64,7 +64,7 @@ var
|
|||
begin
|
||||
//init
|
||||
BLK:=Default(IO_STATUS_BLOCK);
|
||||
OFFSET:=0;
|
||||
OFFSET:=Int64(FILE_USE_FILE_POINTER_POSITION_L);
|
||||
//
|
||||
LEN:=uio^.uio_resid;
|
||||
if (len>Length(BUF)) then len:=Length(BUF);
|
||||
|
|
Loading…
Reference in New Issue