minor fix

This commit is contained in:
Glenn Maynard
2003-11-03 03:04:46 +00:00
parent 2fe66ca812
commit 864f4713ef
+1 -1
View File
@@ -279,7 +279,7 @@ int RageSoundReader_MP3::handle_first_frame()
{
mad_timer_t tm;
mad->header_bytes = min( mad->header_bytes, get_this_frame_byte(mad) );
mad->header_bytes = max( mad->header_bytes, get_this_frame_byte(mad) );
mad->has_xing = true;