mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:29:26 +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;
|
||||
{ real open call }
|
||||
repeat
|
||||
res:=path_open(0,
|
||||
res:=path_open(3, { not sure about this fd... }
|
||||
0,
|
||||
p,
|
||||
strlen(p),
|
||||
|
Loading…
Reference in New Issue
Block a user