no /fd/0
This commit is contained in:
parent
ac9a078b3d
commit
732489da90
@ -164,7 +164,7 @@ openfil(char *s)
|
||||
Biobuf *b;
|
||||
|
||||
if(s[0]=='-' && s[1]==0)
|
||||
s = "/fd/0";
|
||||
s = unsharp("#d/0");
|
||||
b = Bopen(s, OREAD);
|
||||
if(b)
|
||||
return b;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user