vbox的更動 9084 路徑 trunk/src/VBox/Devices/Storage
- 時間撮記:
- 2008-5-23 下午01:28:45 (17 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r9071 r9084 3658 3658 Assert(VALID_PTR(pszWhat)); 3659 3659 Assert(VALID_PTR(pszByWhat)); 3660 c har *pszFoundStr = strstr(pszWhere, pszWhat);3660 const char *pszFoundStr = strstr(pszWhere, pszWhat); 3661 3661 if (!pszFoundStr) 3662 3662 return NULL;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器