Changeset fa832eb in mainline
- Timestamp:
- 2008-05-25T19:52:20Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1cc2974
- Parents:
- 92f9baca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.c
r92f9baca rfa832eb 159 159 /* collect the component */ 160 160 len = 0; 161 while (( ops->plb_get_char(next) != '/') && (next <= last)) {161 while ((next <= last) && (ops->plb_get_char(next) != '/')) { 162 162 if (len + 1 == NAME_MAX) { 163 163 /* comopnent length overflow */
Note:
See TracChangeset
for help on using the changeset viewer.