vbox的更動 8509 路徑 trunk/src/VBox/Devices/Storage
- 時間撮記:
- 2008-4-30 下午02:35:38 (17 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r8297 r8509 2997 2997 vmdkDescExtRemoveDummy(pImage, &pImage->Descriptor); 2998 2998 2999 if ( pPCHSGeometry->cCylinders == 03000 || pPCHSGeometry->cHeads == 03001 || pPCHSGeometry->cSectors == 0)2999 if ( pPCHSGeometry->cCylinders != 0 3000 && pPCHSGeometry->cHeads != 0 3001 && pPCHSGeometry->cSectors != 0) 3002 3002 { 3003 3003 rc = vmdkDescSetPCHSGeometry(pImage, pPCHSGeometry); … … 3005 3005 goto out; 3006 3006 } 3007 if ( pLCHSGeometry->cCylinders == 03008 || pLCHSGeometry->cHeads == 03009 || pLCHSGeometry->cSectors == 0)3007 if ( pLCHSGeometry->cCylinders != 0 3008 && pLCHSGeometry->cHeads != 0 3009 && pLCHSGeometry->cSectors != 0) 3010 3010 { 3011 3011 rc = vmdkDescSetLCHSGeometry(pImage, pLCHSGeometry);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器