]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- fix typo in if statement
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 27 Nov 2018 16:48:24 +0000 (17:48 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Tue, 27 Nov 2018 16:48:24 +0000 (17:48 +0100)
mutt-bj.status-time.patch

index eec2758ab1b89ef4c23cea9da635d46f7757deca..b889dcb81cedd5cff01f71eababae83a92107a94 100644 (file)
@@ -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 ((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. */
    {
      /* redraw the pager_index indicator, because the
       * flags for this message might have changed. */
This page took 0.03545 seconds and 4 git commands to generate.