nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 5ea646bd6534ab3b4d228c1c20998fdfa69ecfcf
Date: Mon, 20 Feb 2012 04:29:25 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  5ea646bd6534ab3b4d228c1c20998fdfa69ecfcf (commit)
      from  907d56122e31657df15e9bc79460210deedaefd9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=5ea646bd6534ab3b4d228c1c20998fdfa69ecfcf


commit 5ea646bd6534ab3b4d228c1c20998fdfa69ecfcf
Author: David Levine <address@hidden>
Date:   Sun Feb 19 22:29:14 2012 -0600

    Removed unused local ncomps because gcc complained about it.

diff --git a/uip/comp.c b/uip/comp.c
index 2eea08a..812f596 100644
--- a/uip/comp.c
+++ b/uip/comp.c
@@ -87,7 +87,7 @@ int
 main (int argc, char **argv)
 {
     int use = NOUSE, nedit = 0, nwhat = 0;
-    int i, in = NOTOK, isdf = 0, out, dat[5], ncomps, format_len;
+    int i, in = NOTOK, isdf = 0, out, dat[5], format_len;
     int outputlinelen = OUTPUTLINELEN;
     char *cp, *cwd, *maildir, *dfolder = NULL;
     char *ed = NULL, *file = NULL, *form = NULL;
@@ -291,7 +291,7 @@ main (int argc, char **argv)
 
         cp = new_fs(form, NULL, NULL);
        format_len = strlen(cp);
-       ncomps = fmt_compile(cp, &fmt);
+       fmt_compile(cp, &fmt);
 
        /*
         * Set up any components that were fed to us on the command line

-----------------------------------------------------------------------

Summary of changes:
 uip/comp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]