Changeset 14c331a in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2008-11-25T12:14:31Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46321fb
- Parents:
- 49df572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r49df572 r14c331a 517 517 break; 518 518 } 519 if ( stricmp(name, component) == 0) {519 if (fat_dentry_namecmp(name, component) == 0) { 520 520 /* hit */ 521 521 void *node;
Note:
See TracChangeset
for help on using the changeset viewer.