vbox的更動 11175 路徑 trunk/src/VBox/Devices/Storage
- 時間撮記:
- 2008-8-6 上午10:05:00 (16 年 以前)
- 位置:
- trunk/src/VBox/Devices/Storage
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Storage/RawHDDCore.cpp
r11039 r11175 398 398 pImage->pInterfaceError = VDGetInterfaceFromList(pInterfaces, VDINTERFACETYPE_ERROR); 399 399 if (pImage->pInterfaceError) 400 pImage->pInterfaceErrorCallbacks = VDGetInterfaceError(pImage->pInterfaceError );400 pImage->pInterfaceErrorCallbacks = VDGetInterfaceError(pImage->pInterfaceError->pCallbacks); 401 401 402 402 -
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r11039 r11175 3804 3804 pImage->pInterfaceError = VDGetInterfaceFromList(pInterfaces, VDINTERFACETYPE_ERROR); 3805 3805 if (pImage->pInterfaceError) 3806 pImage->pInterfaceErrorCallbacks = VDGetInterfaceError(pImage->pInterfaceError );3806 pImage->pInterfaceErrorCallbacks = VDGetInterfaceError(pImage->pInterfaceError->pCallbacks); 3807 3807 3808 3808 rc = vmdkCreateImage(pImage, enmType, cbSize, uImageFlags, pszComment,
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器