Changeset 28929 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Apr 30, 2010 11:26:46 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60896
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp
r28915 r28929 50 50 51 51 int rc = rtPathFromNativeCopy(pszPath, cchPath, pszImageName, NULL); 52 AssertMsgRCReturn(rc, ("rc=%Rrc pszLink=\"%s\"\nhex: %.*Rh sx\n", rc, pszPath, strlen(pszImageName), pszPath), rc);52 AssertMsgRCReturn(rc, ("rc=%Rrc pszLink=\"%s\"\nhex: %.*Rhxs\n", rc, pszPath, strlen(pszImageName), pszPath), rc); 53 53 54 54 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.