儲存庫 vbox 的更動 18149
- 時間撮記:
- 2009-3-23 下午04:28:11 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r18141 r18149 2375 2375 pDescFile = pImage->pExtents[0].pFile; 2376 2376 } 2377 /* Bail out if there is no file to write to. */ 2378 if (pDescFile == NULL) 2379 return VERR_INVALID_PARAMETER; 2377 2380 for (unsigned i = 0; i < pImage->Descriptor.cLines; i++) 2378 2381 { … … 3848 3851 } 3849 3852 } 3850 /* Don't attempt to flush the image if there is no file - usually happens 3851 * when creating fails for whatever reason. */ 3852 if (pImage->pFile != NULL) 3853 (void)vmdkFlushImage(pImage); 3853 (void)vmdkFlushImage(pImage); 3854 3854 3855 3855 if (pImage->pExtents != NULL) … … 4639 4639 pImage->Descriptor.fDirty = true; 4640 4640 /* Flush the descriptor now, in case it is embedded. */ 4641 vmdkFlushImage(pImage);4641 (void)vmdkFlushImage(pImage); 4642 4642 4643 4643 /* Close and rename/move extents. */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器