Changeset 266 for OCO/trunk/drv16/wavestrm.cpp
- Timestamp:
 - Nov 4, 2007, 8:19:50 PM (18 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  OCO/trunk/drv16/wavestrm.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
OCO/trunk/drv16/wavestrm.cpp
r33 r266 208 208 } 209 209 if(!pTemp) { 210 dprintf4(("AddBuffer: pTemp == NULL")); 210 #ifdef DEBUG 211 dprintf(("AddBuffer: pTemp == NULL")); 212 #endif /* DEBUG */ 211 213 return (ULONG)-1; 212 214 } … … 320 322 ulStreamPos &= ~(_configinfo.ulSampleSize - 1); 321 323 322 // dprintf(("WARNING: Process: Current pos %lx pos %lx incr %lx", ulCurBytesProcessed, _ulBytesProcessed, bytesinc)); 324 #ifdef DEBUG 325 dprintf(("WARNING: Process: Current pos %ld pos %d incr %d", ulCurBytesProcessed, _ulBytesProcessed, bytesinc)); 323 326 // dprintf(("WARNING: hw pos %lx, streampos %lx", ulCurBytesProcessed, ulStreamPos)); 327 #endif /* DEBUG */ 324 328 } 325 329 _ulBytesProcessed = ulCurBytesProcessed;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  