From: Adam Gołębiowski Date: Tue, 27 Nov 2018 16:48:24 +0000 (+0100) Subject: - fix typo in if statement X-Git-Tag: auto/th/mutt-1.11.0-1~7 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmutt.git;a=commitdiff_plain;h=3ef07388113c69167aa0ada62d3b9d7c327b8f48 - fix typo in if statement --- diff --git a/mutt-bj.status-time.patch b/mutt-bj.status-time.patch index eec2758..b889dcb 100644 --- a/mutt-bj.status-time.patch +++ b/mutt-bj.status-time.patch @@ -94,7 +94,7 @@ diff -dur -x '*~' -x '*.orig' mutt-1.5.10.orig/pager.c mutt-1.5.10/pager.c } - if ((pager_menu->redraw & REDRAW_INDEX) && rd->index) -+ if ((p (ager_menu->redraw & REDRAW_INDEX) || update_status_time()) && rd->index) ++ if (( (pager_menu->redraw & REDRAW_INDEX) || update_status_time()) && rd->index) { /* redraw the pager_index indicator, because the * flags for this message might have changed. */