summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlcPth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/wlc/wlcPth.c')
-rw-r--r--src/base/wlc/wlcPth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/wlc/wlcPth.c b/src/base/wlc/wlcPth.c
index cc7b76d6..7b8e1942 100644
--- a/src/base/wlc/wlcPth.c
+++ b/src/base/wlc/wlcPth.c
@@ -122,7 +122,7 @@ void * Wla_Bmc3Thread ( void * pArg )
RetValue = Wla_ManShrinkAbs( pData->pWla, pData->pWla->iCexFrame + nFramesNoChangeLim );
pData->pWla->iCexFrame += nFramesNoChangeLim;
- if ( RetValue )
+ if ( RetValue == 1 )
{
pData->pWla->fNewAbs = 1;
status = pthread_mutex_lock(&g_mutex); assert( status == 0 );