Changeset 28929 in vbox for trunk/src/VBox/Runtime/r3/os2
- Timestamp:
- Apr 30, 2010 11:26:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp
r28915 r28929 50 50 char const *pszTmp; 51 51 int rc = rtPathFromNative(&pszTmp, pszPath, NULL); 52 AssertMsgRCReturn(rc, ("rc=%Rrc pszLink=\"%s\"\nhex: %.*Rh sx\n", rc, pszPath, cchPath, pszPath), rc);52 AssertMsgRCReturn(rc, ("rc=%Rrc pszLink=\"%s\"\nhex: %.*Rhxs\n", rc, pszPath, cchPath, pszPath), rc); 53 53 if (pszTmp != pszPath) 54 54 {
Note:
See TracChangeset
for help on using the changeset viewer.