[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
Ken Hornstein |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 0334babd3b366359fa8879a07222e615d9d69459 |
Date: |
Mon, 02 Apr 2012 19:58:28 +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 0334babd3b366359fa8879a07222e615d9d69459 (commit)
from 523cfc19212197befa73fc59460e93c563b76c9b (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=0334babd3b366359fa8879a07222e615d9d69459
commit 0334babd3b366359fa8879a07222e615d9d69459
Author: Ken Hornstein <address@hidden>
Date: Mon Apr 2 15:58:12 2012 -0400
Whoops, fix a typo in my last commit.
diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c
index faa7f71..7c13bec 100644
--- a/uip/mhlsbr.c
+++ b/uip/mhlsbr.c
@@ -1923,7 +1923,7 @@ compileargs (struct mcomp *c1, char *nfs)
{
struct format *fmt;
struct arglist *args;
- char *ap;
+ char **ap;
struct comp *cptr;
unsigned int i;
-----------------------------------------------------------------------
Summary of changes:
uip/mhlsbr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 0334babd3b366359fa8879a07222e615d9d69459,
Ken Hornstein <=