mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 18:17:45 +02:00
* No double seek,
This commit is contained in:
parent
2d7c39d984
commit
c1a482a13e
@ -1581,7 +1581,6 @@ begin
|
||||
end;
|
||||
Result:=FS.Seek(fd,Offset,lWhence,NewPos);
|
||||
if Result=WASI_ESUCCESS then
|
||||
Result:=FS.Seek(fd,Offset,lWhence,NewPos);
|
||||
SetMemInfoInt64(newOffsetPtr,NewPos);
|
||||
except
|
||||
On E : Exception do
|
||||
|
Loading…
Reference in New Issue
Block a user