儲存庫 vbox 的更動 17055
- 時間撮記:
- 2009-2-24 上午11:43:36 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17033 r17055 1500 1500 { 1501 1501 /* If the href is empty use the VM name as filename */ 1502 Utf8Str strFilename = di.strHref .c_str();1503 if ( di.strHref.c_str()[0] == 0)1502 Utf8Str strFilename = di.strHref; 1503 if (!strFilename.length()) 1504 1504 strFilename = Utf8StrFmt("%s.vmdk", nameVBox.c_str()); 1505 1505 /* Construct a unique target path */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器