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