From b23b0c3552d3e545049e69e25bf11257e011db45 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 28 Mar 2008 03:46:39 +0000 Subject: Update the translation project location for PO files (again) Apply fix for Savannah bug #22379. --- ar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ar.c') 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; -- cgit v1.2.3