mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 23:09:08 +02:00
* pass 3 as fd for path_open
git-svn-id: branches/wasm@48341 -
This commit is contained in:
parent
594be1be04
commit
0077b16cc3
@ -168,7 +168,7 @@ Begin
|
|||||||
end;
|
end;
|
||||||
{ real open call }
|
{ real open call }
|
||||||
repeat
|
repeat
|
||||||
res:=path_open(0,
|
res:=path_open(3, { not sure about this fd... }
|
||||||
0,
|
0,
|
||||||
p,
|
p,
|
||||||
strlen(p),
|
strlen(p),
|
||||||
|
Loading…
Reference in New Issue
Block a user