VirtualBox

Changeset 62976 in vbox for trunk


Ignore:
Timestamp:
Aug 4, 2016 11:06:32 AM (8 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.

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