Changeset 3298ddc in mainline for uspace/lib/libfs/libfs.c
- Timestamp:
- 2008-03-06T22:33:27Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d5d9c53
- Parents:
- 739d00a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.c
r739d00a r3298ddc 176 176 177 177 /* match the component */ 178 while (tmp && !ops->match( tmp, component))178 while (tmp && !ops->match(cur, tmp, component)) 179 179 tmp = ops->sibling_get(tmp); 180 180
Note:
See TracChangeset
for help on using the changeset viewer.