summaryrefslogtreecommitdiff
path: root/ar.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2008-03-28 03:46:39 +0000
committerPaul Smith <psmith@gnu.org>2008-03-28 03:46:39 +0000
commitb23b0c3552d3e545049e69e25bf11257e011db45 (patch)
treeb3ec2e2cc753f550b5f764a7d752af5bc882b4e0 /ar.c
parentbb7cb05da5abd29c38445331371aab4c37e175d2 (diff)
downloadgunmake-b23b0c3552d3e545049e69e25bf11257e011db45.tar.gz
Update the translation project location for PO files (again)
Apply fix for Savannah bug #22379.
Diffstat (limited to 'ar.c')
-rw-r--r--ar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ar.c b/ar.c
index 2636b1b..bb9c9ed 100644
--- a/ar.c
+++ b/ar.c
@@ -196,6 +196,7 @@ ar_glob_match (int desc UNUSED, const char *mem, int truncated UNUSED,
{
/* We have a match. Add it to the chain. */
struct nameseq *new = xmalloc (state->size);
+ memset (new, '\0', state->size);
new->name = strcache_add (concat (state->arname, mem, ")"));
new->next = state->chain;
state->chain = new;