summaryrefslogtreecommitdiff
path: root/read.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 /read.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 'read.c')
-rw-r--r--read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.c b/read.c
index 5287de8..6985d22 100644
--- a/read.c
+++ b/read.c
@@ -2426,6 +2426,7 @@ parse_file_seq (char **stringp, int stopchar, unsigned int size, int strip)
/* Add it to the front of the chain. */
new1 = xmalloc (size);
+ memset (new1, '\0', size);
new1->name = name;
new1->next = new;
new = new1;