Changeset 14c331a in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2008-11-25T12:14:31Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46321fb
Parents:
49df572
Message:

Consider "prd" and "prd." to be the same FAT dentry names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    r49df572 r14c331a  
    517517                                break;
    518518                        }
    519                         if (stricmp(name, component) == 0) {
     519                        if (fat_dentry_namecmp(name, component) == 0) {
    520520                                /* hit */
    521521                                void *node;
Note: See TracChangeset for help on using the changeset viewer.