[packages/mutt] - fix typo in if statement

adamg adamg at pld-linux.org
Tue Nov 27 18:27:22 CET 2018


commit 3ef07388113c69167aa0ada62d3b9d7c327b8f48
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Tue Nov 27 17:48:24 2018 +0100

    - fix typo in if statement

 mutt-bj.status-time.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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. */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mutt.git/commitdiff/3699f85ee961bd75d7d6f2bc4c79601395a3dfce



More information about the pld-cvs-commit mailing list