Changeset dd8ab1c in mainline for uspace/app/bdsh/cmds/modules/cp/cp.c
- Timestamp:
- 2017-12-10T21:08:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68e5406
- Parents:
- 1afa94d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cp/cp.c
r1afa94d rdd8ab1c 28 28 29 29 #include <errno.h> 30 #include <str_error.h> 30 31 #include <stdio.h> 31 32 #include <stdlib.h> … … 432 433 433 434 if (rc != EOK) { 434 printf("\nError copying %s , (%d)\n", src, rc);435 printf("\nError copying %s: %s\n", src, str_error(rc)); 435 436 return rc; 436 437 }
Note:
See TracChangeset
for help on using the changeset viewer.