Ignore:
Timestamp:
Aug 8, 2010, 5:32:19 AM (15 years ago)
Author:
David Azarewicz
Message:

debug updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/wavestrm.cpp

    r533 r534  
    710710        case PROPERTY_VOLUME:
    711711                volume = value;
    712                 dprintf(("WS::SetProperty() Vol: %0lx",value));
     712                dprintf(("WS::SetProperty() Vol: %0lx", value));
    713713                if(ulStreamState == STREAM_STREAMING && ulStreamType == STREAM_WAVE_PLAY) {
    714714                        MixerSetWaveVolume(getMixerStreamId(), StreamId, volume);
Note: See TracChangeset for help on using the changeset viewer.