This commit is contained in:
rsc 2005-01-14 20:08:31 +00:00
parent ac9a078b3d
commit 732489da90

View file

@ -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;