Changeset 28929 in vbox for trunk/src/VBox/Runtime/r3/linux
- 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/linux/rtProcInitExePath-linux.cpp
r28915 r28929 52 52 char const *pszTmp; 53 53 int rc = rtPathFromNative(&pszTmp, pszPath, NULL); 54 AssertMsgRCReturn(rc, ("rc=%Rrc pszLink=\"%s\"\nhex: %.*Rh sx\n", rc, pszPath, cchLink, pszPath), rc);54 AssertMsgRCReturn(rc, ("rc=%Rrc pszLink=\"%s\"\nhex: %.*Rhxs\n", rc, pszPath, cchLink, pszPath), rc); 55 55 if (pszTmp != pszPath) 56 56 {
Note:
See TracChangeset
for help on using the changeset viewer.