Changes in uspace/app/bdsh/compl.c [41ff85b:3e5c48c9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/compl.c
r41ff85b r3e5c48c9 280 280 281 281 cs->dir = opendir(*cs->path); 282 283 /* Skip directories that we fail to open. */284 if (cs->dir == NULL)285 cs->path++;286 282 } 287 283
Note:
See TracChangeset
for help on using the changeset viewer.