Ignore:
Timestamp:
Nov 18, 2006, 4:01:05 PM (19 years ago)
Author:
bird
Message:

Bugfixing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyldFind.c

    r2883 r2886  
    754754         * If not empty path, try open the module using it.
    755755         */
    756         cchPath = pszEnd - psz - 1;
     756        cchPath = pszEnd - psz;
    757757        if (cchPath > 0)
    758758        {
Note: See TracChangeset for help on using the changeset viewer.