Changeset 095003a8 in mainline for uspace/app/bdsh/cmds/modules/touch/touch.c
- Timestamp:
- 2009-04-09T22:32:23Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4b1535
- Parents:
- 7afb4a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/touch/touch.c
r7afb4a5 r095003a8 81 81 82 82 for (i = 1; i < argc; i ++) { 83 buff = str dup(argv[i]);83 buff = str_dup(argv[i]); 84 84 dirp = opendir(buff); 85 85 if (dirp) {
Note:
See TracChangeset
for help on using the changeset viewer.