Changeset 76589 in vbox for trunk/src/VBox/Runtime/tools/RTDbgSymCache.cpp
- Timestamp:
- Jan 1, 2019 8:56:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTDbgSymCache.cpp
r76553 r76589 240 240 char szLinkTarget[RTPATH_MAX]; 241 241 //szMapPath[cch] = '\0'; 242 rc = RTPathCalcRelative(szLinkTarget, sizeof(szLinkTarget), szMapPath, pszCacheFile);242 rc = RTPathCalcRelative(szLinkTarget, sizeof(szLinkTarget), szMapPath, false /*fFromFile*/, pszCacheFile); 243 243 //szMapPath[cch] = RTPATH_SLASH; 244 244 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.