no /fd/0
This commit is contained in:
parent
ac9a078b3d
commit
732489da90
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ openfil(char *s)
|
||||||
Biobuf *b;
|
Biobuf *b;
|
||||||
|
|
||||||
if(s[0]=='-' && s[1]==0)
|
if(s[0]=='-' && s[1]==0)
|
||||||
s = "/fd/0";
|
s = unsharp("#d/0");
|
||||||
b = Bopen(s, OREAD);
|
b = Bopen(s, OREAD);
|
||||||
if(b)
|
if(b)
|
||||||
return b;
|
return b;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue