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 <levin...@acm.org> 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 _______________________________________________ Nmh-commits mailing list Nmh-commits@nongnu.org https://lists.nongnu.org/mailman/listinfo/nmh-commits