this condition is normal now

This commit is contained in:
Glenn Maynard
2004-01-12 10:48:02 +00:00
parent 57647fcfa6
commit 6d3f224a15
+2 -2
View File
@@ -307,8 +307,8 @@ int Alsa9Buf::GetPosition() const
{
if( dsnd_pcm_state(pcm) == SND_PCM_STATE_PREPARED )
{
LOG->Trace("???");
return 0;
LOG->Trace("??? %i", last_cursor_pos);
return last_cursor_pos;
}
dsnd_pcm_hwsync( pcm );