Changes in uspace/app/bdsh/cmds/modules/ls/ls.c [26c02b22:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/ls/ls.c
r26c02b22 r9d58539 315 315 { 316 316 if (stat(path, &de->s)) { 317 cli_error(CL_ENOENT, "%s",path);317 cli_error(CL_ENOENT, path); 318 318 return LS_BOGUS; 319 319 }
Note:
See TracChangeset
for help on using the changeset viewer.