Mercurial > hg > svcore
diff data/fileio/WavFileReader.cpp @ 690:1424aa29ae95
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:26:52 +0100 |
parents | 06f13a3b9e9e |
children | 459235dccff6 |
line wrap: on
line diff
--- a/data/fileio/WavFileReader.cpp Tue Jun 14 14:47:59 2011 +0100 +++ b/data/fileio/WavFileReader.cpp Tue Jun 14 15:26:52 2011 +0100 @@ -85,7 +85,7 @@ } } -// DEBUG << "WavFileReader::updateFrameCount: now " << m_fileInfo.frames << endl; +// SVDEBUG << "WavFileReader::updateFrameCount: now " << m_fileInfo.frames << endl; m_frameCount = m_fileInfo.frames; @@ -122,7 +122,7 @@ } if ((long)start >= m_fileInfo.frames) { -// DEBUG << "WavFileReader::getInterleavedFrames: " << start +// SVDEBUG << "WavFileReader::getInterleavedFrames: " << start // << " > " << m_fileInfo.frames << endl; return; }