Changeset 94e152a in mainline
- Timestamp:
- 2008-09-20T08:29:09Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2e3355a
- Parents:
- af4eda50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/util.c
raf4eda50 r94e152a 274 274 snprintf(usr->cwd, PATH_MAX, "(unknown)"); 275 275 276 if (1 < cli_psprintf(&usr->prompt, "%s # ", usr->cwd)) {276 if (1 < cli_psprintf(&usr->prompt, "%s # ", usr->cwd)) { 277 277 cli_error(cli_errno, "Failed to set prompt"); 278 278 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.