Changeset 2886 for trunk/kLdr/kLdrDyldFind.c
- Timestamp:
- Nov 18, 2006, 4:01:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrDyldFind.c
r2883 r2886 754 754 * If not empty path, try open the module using it. 755 755 */ 756 cchPath = pszEnd - psz - 1;756 cchPath = pszEnd - psz; 757 757 if (cchPath > 0) 758 758 {
Note:
See TracChangeset
for help on using the changeset viewer.