Mercurial > public > hwos_code
diff src/p2_deco.c @ 635:9a64914a8fca
3.10 re-release addressing some minor issues and language fixes
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2020 09:12:59 +0200 |
parents | 4050675965ea |
children | 8c1f1f334275 |
line wrap: on
line diff
--- a/src/p2_deco.c Tue Apr 28 17:34:31 2020 +0200 +++ b/src/p2_deco.c Thu May 07 09:12:59 2020 +0200 @@ -3293,7 +3293,7 @@ // - if a valid alternative plan TTS exists, and // - if it is not a bailout plan if( (deco_status & CALC_ALT ) ) - if( (int_O_TTS_alt & INT_FLAG_INVALID) ) + if( !(int_O_TTS_alt & INT_FLAG_INVALID) ) if( !(deco_status & BAILOUT_MODE ) ) { if( int_O_TTS_alt < int_O_TTS_norm ) deco_info |= DECO_ZONE;