Changeset 095003a8 in mainline for uspace/lib/libc/generic/vfs/vfs.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/lib/libc/generic/vfs/vfs.c
r7afb4a5 r095003a8 100 100 * though they both point into the same dynamically allocated buffer. 101 101 */ 102 ncwd_path = str dup(ncwd_path);102 ncwd_path = str_dup(ncwd_path); 103 103 free(ncwd_path_nc); 104 104 if (!ncwd_path) {
Note:
See TracChangeset
for help on using the changeset viewer.