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;