fix looping if iFrames == 0
This commit is contained in:
@@ -281,8 +281,7 @@ int RageSoundReader_SpeedChange::Read( char *buf, int iFrames )
|
||||
++m_iPos;
|
||||
}
|
||||
|
||||
if( iFramesRead )
|
||||
return iFramesRead;
|
||||
return iFramesRead;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user