vbox的更動 28929 路徑 trunk/src/VBox/Runtime/r3/freebsd
- 時間撮記:
- 2010-4-30 上午11:26:46 (15 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/freebsd/rtProcInitExePath-freebsd.cpp
r28915 r28929 58 58 const char *pszTmp; 59 59 int rc = rtPathFromNative(&pszTmp, pszPath, NULL); 60 AssertMsgRCReturn(rc, ("rc=%Rrc pszPath=\"%s\"\nhex: %.*Rh sx\n", rc, pszPath, cchExePath, pszPath), rc);60 AssertMsgRCReturn(rc, ("rc=%Rrc pszPath=\"%s\"\nhex: %.*Rhxs\n", rc, pszPath, cchExePath, pszPath), rc); 61 61 if (pszTmp != pszPath) 62 62 { … … 83 83 char const *pszTmp; 84 84 int rc = rtPathFromNative(&pszTmp, pszPath); 85 AssertMsgRCReturn(rc, ("rc=%Rrc pszLink=\"%s\"\nhex: %.*Rh sx\n", rc, pszPath, cchLink, pszPath), rc);85 AssertMsgRCReturn(rc, ("rc=%Rrc pszLink=\"%s\"\nhex: %.*Rhxs\n", rc, pszPath, cchLink, pszPath), rc); 86 86 if (pszTmp != pszPath) 87 87 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器