儲存庫 vbox 的更動 62976
- 時間撮記:
- 2016-8-4 上午11:06:32 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp
r62672 r62976 1552 1552 break; 1553 1553 default: 1554 AssertMsgFailedReturn(("Invalid mixer control % ld\n", enmMixerCtl), VERR_INVALID_PARAMETER);1554 AssertMsgFailedReturn(("Invalid mixer control %d\n", enmMixerCtl), VERR_INVALID_PARAMETER); 1555 1555 break; 1556 1556 } … … 3031 3031 } 3032 3032 default: 3033 AssertMsgFailed(("Mixer control % ld not implemented\n", enmMixerCtl));3033 AssertMsgFailed(("Mixer control %d not implemented\n", enmMixerCtl)); 3034 3034 rc = VERR_NOT_IMPLEMENTED; 3035 3035 break;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器