From ec2258ae70f31637914de8056f6ee07519ad4ad4 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 3 Sep 2018 08:49:47 -0400 Subject: [PATCH] mswproc.c bit --- win/win32/mswproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/win32/mswproc.c b/win/win32/mswproc.c index 165efd34a..63f7972d0 100644 --- a/win/win32/mswproc.c +++ b/win/win32/mswproc.c @@ -2902,7 +2902,7 @@ mswin_status_update(int idx, genericptr_t ptr, int chg, int percent, int color, logDebug("mswin_status_update(%d, %p, %d, %d, %x, %p)\n", idx, ptr, chg, percent, color, colormasks); - if (idx != BL_FLUSH || idx == BL_RESET) { + if (idx != BL_FLUSH && idx != BL_RESET) { if (!_status_activefields[idx]) return; _status_percents[idx] = percent;