VirtualBox

Changeset 62975 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 4, 2016 11:06:11 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/DevSB16.cpp

    r62971 r62975  
    18331833                      ("%RU8 vs. %RU8 channels\n", pStream->Cfg.cChannels, pStreamPrev->Cfg.cChannels));
    18341834            AssertMsg(pStream->Cfg.enmFormat == pStreamPrev->Cfg.enmFormat,
    1835                       ("%ld vs. %ld format\n", pStream->Cfg.enmFormat, pStreamPrev->Cfg.enmFormat));
     1835                      ("%d vs. %d format\n", pStream->Cfg.enmFormat, pStreamPrev->Cfg.enmFormat));
    18361836        }
    18371837#endif
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