fix bApproximate

This commit is contained in:
Glenn Maynard
2007-03-21 17:39:23 +00:00
parent 468ceae283
commit 3e96c357aa
+3
View File
@@ -119,6 +119,9 @@ void pos_map_impl::Cleanup()
int64_t pos_map_queue::Search( int64_t iSourceFrame, bool *bApproximate ) const
{
if( bApproximate )
*bApproximate = false;
if( IsEmpty() )
{
if( bApproximate )