Changeset 168 for sbliveos2/trunk/drv16/wavestrm.cpp
- Timestamp:
- Mar 23, 2001, 6:14:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/wavestrm.cpp
r166 r168 326 326 { 327 327 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)); 329 329 if(fUnderrun) { 330 330 fUnderrun = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.