This commit is contained in:
Pavel 2023-11-15 15:57:28 +03:00
parent 2e702c7ed4
commit d997b0cc12
1 changed files with 1 additions and 1 deletions

View File

@ -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);