diff options
| -rwxr-xr-x | indra/llaudio/llaudiodecodemgr.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/indra/llaudio/llaudiodecodemgr.cpp b/indra/llaudio/llaudiodecodemgr.cpp index 20a7afc748..56a91ee39b 100755 --- a/indra/llaudio/llaudiodecodemgr.cpp +++ b/indra/llaudio/llaudiodecodemgr.cpp @@ -247,8 +247,7 @@ BOOL LLVorbisDecodeState::initDecode()  		LL_WARNS("AudioEngine") << "Illegal sample count: " << sample_count << LL_ENDL;  	} -	if( size_guess > LLVORBIS_CLIP_REJECT_SIZE || -	    size_guess < 0) +	if( size_guess > LLVORBIS_CLIP_REJECT_SIZE )  	{  		abort_decode = true;  		LL_WARNS("AudioEngine") << "Illegal sample size: " << size_guess << LL_ENDL; | 
