fix :5 in window (don't open directory).
search for file windows better (don't lose files).
This commit is contained in:
parent
baf7825e82
commit
5a3960716d
2 changed files with 29 additions and 28 deletions
|
|
@ -290,7 +290,7 @@ winindex(void)
|
|||
char *s;
|
||||
|
||||
mountacme();
|
||||
if((fid = fsopen(acmefs, "index", ORDWR)) == nil)
|
||||
if((fid = fsopen(acmefs, "index", OREAD)) == nil)
|
||||
return nil;
|
||||
s = fsreadm(fid);
|
||||
fsclose(fid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue