Changeset b752a31 in mainline for uspace/lib/c/generic/vfs/canonify.c
- Timestamp:
- 2018-03-26T16:19:12Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af60409
- Parents:
- 0ba88ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/canonify.c
r0ba88ae rb752a31 99 99 while (cur->stop[i] && cur->stop[i] != '/') 100 100 i++; 101 101 102 102 ret.kind = TK_COMP; 103 103 ret.start = &cur->stop[1];
Note:
See TracChangeset
for help on using the changeset viewer.