VirtualBox

儲存庫 vbox 的更動 62976


忽略:
時間撮記:
2016-8-4 上午11:06:32 (8 年 以前)
作者:
vboxsync
訊息:

enums defaults to int, so use '%d' and not '%ld' to prinft them!

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp

    r62672 r62976  
    15521552            break;
    15531553        default:
    1554             AssertMsgFailedReturn(("Invalid mixer control %ld\n", enmMixerCtl), VERR_INVALID_PARAMETER);
     1554            AssertMsgFailedReturn(("Invalid mixer control %d\n", enmMixerCtl), VERR_INVALID_PARAMETER);
    15551555            break;
    15561556    }
     
    30313031        }
    30323032        default:
    3033             AssertMsgFailed(("Mixer control %ld not implemented\n", enmMixerCtl));
     3033            AssertMsgFailed(("Mixer control %d not implemented\n", enmMixerCtl));
    30343034            rc = VERR_NOT_IMPLEMENTED;
    30353035            break;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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