fix warning
This commit is contained in:
@@ -492,7 +492,7 @@ int RageSoundReader_MP3::FindOffsetFix()
|
|||||||
MADLIB_rewind();
|
MADLIB_rewind();
|
||||||
|
|
||||||
/* Search for the frame we just saved. */
|
/* Search for the frame we just saved. */
|
||||||
mad_timer_t Actual;
|
mad_timer_t Actual = mad_timer_zero;
|
||||||
bool found = false;
|
bool found = false;
|
||||||
for( int i = 0; i < 10; ++i )
|
for( int i = 0; i < 10; ++i )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user