From: Toni Wilen Date: Tue, 24 Jul 2018 19:50:18 +0000 (+0300) Subject: HARD_DDF_LIMITS_DISABLED condition can't be correct. X-Git-Tag: 4100~141 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=114bc2069cd86c93cf3543b25454a2ea69623220;p=francis%2Fwinuae.git HARD_DDF_LIMITS_DISABLED condition can't be correct. --- diff --git a/custom.cpp b/custom.cpp index d7dda90c..5feebc70 100644 --- a/custom.cpp +++ b/custom.cpp @@ -702,7 +702,7 @@ static void decide_diw (int hpos) thisline_decision.diwfirstword = diwfirstword < 0 ? min_diwlastword : diwfirstword; hdiwstate = DIW_waiting_stop; } - if (((hpos >= maxhpos && HARD_DDF_LIMITS_DISABLED) || (lhdiw >= diw_hstop && last_hdiw < diw_hstop)) && hdiwstate == DIW_waiting_stop) { + if ((lhdiw >= diw_hstop && last_hdiw < diw_hstop) && hdiwstate == DIW_waiting_stop) { if (thisline_decision.diwlastword < 0) thisline_decision.diwlastword = diwlastword < 0 ? 0 : diwlastword; hdiwstate = DIW_waiting_start;