X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fseq_list.c;h=241c72067f46288681fe6faa8fb269817a25ef04;hb=10eff860a28b96582526eb739fd0a55441669938;hp=148ecb90f4263aa663f84be387dcf4e2d82a9f82;hpb=db62cda50055368e5f4ac51df787053f70706c30;p=mmh diff --git a/sbr/seq_list.c b/sbr/seq_list.c index 148ecb9..241c720 100644 --- a/sbr/seq_list.c +++ b/sbr/seq_list.c @@ -27,7 +27,7 @@ seq_list(struct msgs *mp, char *seqname) /* On first invocation, allocate initial buffer space */ if (!buffer) { len = MAXBUFFER; - buffer = mh_xmalloc((size_t) len); + buffer = mh_xcalloc((size_t) len, sizeof(char)); } /*