Changes in uspace/lib/c/generic/vfs/canonify.c [850fd32:b752a31] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/canonify.c
r850fd32 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.