Changeset fa832eb in mainline


Ignore:
Timestamp:
2008-05-25T19:52:20Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1cc2974
Parents:
92f9baca
Message:

More of the preivous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libfs/libfs.c

    r92f9baca rfa832eb  
    159159                /* collect the component */
    160160                len = 0;
    161                 while ((ops->plb_get_char(next) != '/') && (next <= last)) {
     161                while ((next <= last) &&  (ops->plb_get_char(next) != '/')) {
    162162                        if (len + 1 == NAME_MAX) {
    163163                                /* comopnent length overflow */
Note: See TracChangeset for help on using the changeset viewer.