儲存庫 vbox 的更動 12329
- 時間撮記:
- 2008-9-10 上午08:16:23 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r12328 r12329 756 756 ; 757 757 const char **paExts = (const char **)RTMemAlloc((cExts+1) * sizeof(paExts[0])); 758 if (!paExts) 759 { 760 rc = VERR_NO_MEMORY; 761 break; 762 } 758 763 for (iExt=0; iExt < cExts; iExt++) 759 764 { … … 765 770 } 766 771 } 767 paExts[iExt] = NULL;768 772 if (RT_FAILURE(rc)) 769 773 break; 774 paExts[iExt] = NULL; 770 775 pEntries[cEntries].papszFileExtensions = paExts; 771 776 if (pBackend->paConfigInfo != NULL)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器