- Timestamp:
- May 14, 2013 3:28:37 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85746
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp
r46070 r46071 444 444 pszPath[cchPath] = '\0'; 445 445 rc = RTPathAppend(pszPath, RTPATH_MAX, pszFilename); 446 AssertRCReturn(rc, rc);446 AssertRCReturn(rc, false); 447 447 pszPath[strlen(pszPath) - 1] = '_'; 448 448
Note:
See TracChangeset
for help on using the changeset viewer.