Changeset 46166 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 19, 2013 7:48:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r46165 r46166 4416 4416 { 4417 4417 if ( !pDbgMod->pszDbgFile 4418 || RTPathIsSame(pDbgMod->pszDbgFile, pDbgMod->pszImgFile) == true /* returns VERR too */)4418 || RTPathIsSame(pDbgMod->pszDbgFile, pDbgMod->pszImgFile) == (int)true /* returns VERR too */) 4419 4419 return VERR_DBG_NO_MATCHING_INTERPRETER; 4420 4420
Note:
See TracChangeset
for help on using the changeset viewer.