Changeset 2870 for trunk/kLdr/kLdrDyldFind.c
- Timestamp:
- Nov 12, 2006, 6:38:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrDyldFind.c
r2869 r2870 854 854 const unsigned fNameHasSuffix = pszNameSuffix 855 855 && kLdrHlpStrLen(pszNameSuffix) == cchSuffix 856 && kLdrHlpMemIComp(pszNameSuffix, pszName + cchName - cchSuffix, cchSuffix);856 && !kLdrHlpMemIComp(pszNameSuffix, pszName + cchName - cchSuffix, cchSuffix); 857 857 for (; pCur; pCur = pCur->Load.pNext) 858 858 {
Note:
See TracChangeset
for help on using the changeset viewer.