Ignore:
Timestamp:
Mar 23, 2001, 6:14:13 PM (24 years ago)
Author:
sandervl
Message:

Updates + fixes for DirectAudio interface

File:
1 edited

Legend:

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

    r166 r168  
    326326{
    327327   qhInProcess.PushOnTail((PQUEUEELEMENT)pStreamBuf);
    328    dprintf2(("WAVESTREAM::Write: Push on tail %lx %d", ((PSTREAMBUFFER)qhInProcess.Head())->pBuffptr, ((PSTREAMBUFFER)qhInProcess.Head())->ulBuffsz));
     328   dprintf2(("WAVESTREAM::Write: Push on tail %lx %ld", ((PSTREAMBUFFER)qhInProcess.Tail())->pBuffptr, ((PSTREAMBUFFER)qhInProcess.Tail())->ulBuffsz));
    329329   if(fUnderrun) {
    330330        fUnderrun = FALSE;
Note: See TracChangeset for help on using the changeset viewer.