Changes in uspace/app/bdsh/compl.c [3e5c48c9:41ff85b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/compl.c
r3e5c48c9 r41ff85b 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++; 282 286 } 283 287
Note:
See TracChangeset
for help on using the changeset viewer.