Changeset 76589 in vbox for trunk/src/bldprogs
- Timestamp:
- Jan 1, 2019 8:56:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmrw.cpp
r76572 r76589 2896 2896 else 2897 2897 rc = RTPathCalcRelative(&szNormalized[cchNormalized], sizeof(szNormalized) - cchNormalized, 2898 pSettings->pszGuardRelativeToDir, pState->pszFilename);2898 pSettings->pszGuardRelativeToDir, false /*fFromFile*/, pState->pszFilename); 2899 2899 if (RT_FAILURE(rc)) 2900 2900 return ScmError(pState, rc, "Error calculating guard prefix (RTPathCalcRelative): %Rrc\n", rc);
Note:
See TracChangeset
for help on using the changeset viewer.