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. 12c2591c4b575e04907125bab5bcc5561d45efb5
Date: Thu, 15 Mar 2012 02:05:57 +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  12c2591c4b575e04907125bab5bcc5561d45efb5 (commit)
      from  b2fb9dfa039340fb4776e36cb381d02fffacd608 (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=12c2591c4b575e04907125bab5bcc5561d45efb5


commit 12c2591c4b575e04907125bab5bcc5561d45efb5
Author: David Levine <address@hidden>
Date:   Wed Mar 14 21:05:16 2012 -0500

    Initialized local format_len.  gcc on 64-bit Linux warned about it.

diff --git a/uip/comp.c b/uip/comp.c
index 111a219..569847c 100644
--- a/uip/comp.c
+++ b/uip/comp.c
@@ -83,7 +83,7 @@ int
 main (int argc, char **argv)
 {
     int use = NOUSE, nedit = 0, nwhat = 0;
-    int i, in = NOTOK, isdf = 0, out, dat[5], format_len;
+    int i, in = NOTOK, isdf = 0, out, dat[5], format_len = 0;
     int outputlinelen = OUTPUTLINELEN;
     char *cp, *cwd, *maildir, *dfolder = NULL;
     char *ed = NULL, *file = NULL, *form = NULL;

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

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


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



reply via email to

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