Ignore:
Timestamp:
Nov 12, 2006, 6:38:28 AM (19 years ago)
Author:
bird
Message:

Test all kLdrDyld apis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyldFind.c

    r2869 r2870  
    854854            const unsigned fNameHasSuffix = pszNameSuffix
    855855                                         && kLdrHlpStrLen(pszNameSuffix) == cchSuffix
    856                                          && kLdrHlpMemIComp(pszNameSuffix, pszName + cchName - cchSuffix, cchSuffix);
     856                                         && !kLdrHlpMemIComp(pszNameSuffix, pszName + cchName - cchSuffix, cchSuffix);
    857857            for (; pCur; pCur = pCur->Load.pNext)
    858858            {
Note: See TracChangeset for help on using the changeset viewer.