Changeset 37621 for trunk/base/src
- Timestamp:
- 2008-06-15 13:32:58 (5 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/pextlib1.0/filemap.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/pextlib1.0/filemap.c
r30972 r37621 1004 1004 { 1005 1005 /* it's a leaf. Does the value match? */ 1006 if (strc mp(((SLeaf*) inRoot)->fValue, inValue) == 0)1006 if (strcasecmp(((SLeaf*) inRoot)->fValue, inValue) == 0) 1007 1007 { 1008 1008 /* It matches. */

