Changeset 41ff85b in mainline
- Timestamp:
- 2011-07-25T18:26:29Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2271a3
- Parents:
- 132a6073
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/compl.c
r132a6073 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.