fix warning

This commit is contained in:
Glenn Maynard
2003-10-02 09:33:30 +00:00
parent ea52eac8b4
commit bae90050eb
+1 -1
View File
@@ -492,7 +492,7 @@ int RageSoundReader_MP3::FindOffsetFix()
MADLIB_rewind();
/* Search for the frame we just saved. */
mad_timer_t Actual;
mad_timer_t Actual = mad_timer_zero;
bool found = false;
for( int i = 0; i < 10; ++i )
{