VirtualBox

儲存庫 vbox 的更動 16646


忽略:
時間撮記:
2009-2-10 下午04:48:40 (16 年 以前)
作者:
vboxsync
訊息:

Frontend/BFE: more fixes, the Format config to DrvVD is no longer optional.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp

    r16585 r16646  
    16781678            rc = CFGMR3InsertString(pCfg, "Format",       "SPF");                   UPDATE_RC();
    16791679        }
     1680        else if (!strcmp(RTPathExt(g_pszHdaFile), ".vdi"))
     1681        {
     1682            rc = CFGMR3InsertString(pCfg, "Format",       "VDI");                   UPDATE_RC();
     1683        }
     1684        else
     1685        {
     1686            rc = CFGMR3InsertString(pCfg, "Format",       "VMDK");                  UPDATE_RC();
     1687        }
    16801688    }
    16811689
     
    16961704        {
    16971705            rc = CFGMR3InsertString(pCfg, "Format",       "SPF");                   UPDATE_RC();
     1706        }
     1707        else if (!strcmp(RTPathExt(g_pszHdbFile), ".vdi"))
     1708        {
     1709            rc = CFGMR3InsertString(pCfg, "Format",       "VDI");                   UPDATE_RC();
     1710        }
     1711        else
     1712        {
     1713            rc = CFGMR3InsertString(pCfg, "Format",       "VMDK");                  UPDATE_RC();
    16981714        }
    16991715    }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette