]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-sidebar.patch
- fix format string warnings
[packages/mutt.git] / mutt-sidebar.patch
index 42845eb00d603e4645d540ec7cf56f7dd2b7eaa3..eb73dfcf0b4b9596bc22e3233219e76c0cb78a5a 100644 (file)
@@ -52,7 +52,7 @@ diff -urN mutt-1.5.21/buffy.c mutt-1.5.21-sidebar/buffy.c
 +        mailbox->msgcount++;
 +    }
 +  }
-+
++  closedir (dirp);
    return rc;
  }
  
@@ -169,7 +169,7 @@ diff -urN mutt-1.5.21/compose.c mutt-1.5.21-sidebar/compose.c
    int off = 0;
  
 -  mvaddstr (HDR_CRYPT, 0, "Security: ");
-+  mvaddstr (HDR_CRYPT, SidebarWidth,     "Security: ");
++  mvaddstr (HDR_CRYPT, SidebarWidth, "Security: ");
  
    if ((WithCrypto & (APPLICATION_PGP | APPLICATION_SMIME)) == 0)
    {
This page took 0.132978 seconds and 4 git commands to generate.