From 43cdeb0fcda8bfb548297e2ac8da35aa02a0688a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 22 Jul 2007 20:49:40 +0000 Subject: [PATCH] diag --- stepmania/src/arch/Sound/RageSoundDriver_WDMKS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_WDMKS.cpp b/stepmania/src/arch/Sound/RageSoundDriver_WDMKS.cpp index a698d1dd0e..860292e2f2 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_WDMKS.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_WDMKS.cpp @@ -1256,7 +1256,7 @@ int64_t RageSoundDriver_WDMKS::GetPosition() const RString sError; WdmGetPropertySimple( m_pStream->m_pPlaybackPin->m_hHandle, &KSPROPSETID_Audio, KSPROPERTY_AUDIO_POSITION, &pos, sizeof(pos), NULL, 0, sError ); - ASSERT( sError == "" ); + ASSERT_M( sError == "", sError ); pos.PlayOffset /= m_pStream->m_iBytesPerOutputSample * m_pStream->m_iDeviceOutputChannels; return pos.PlayOffset;