X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=4c64b9c6aa405cd51a585864b5e40bb2676466c5;hb=19b47ea980a98d01112d4bda1d220c7057818ff1;hp=d3e5ea90c500cbc9fce5d85f43f17391d7aae2b1;hpb=8563731b02ce9d750806f6b1769af8b399d964e8;p=mmh diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index d3e5ea9..4c64b9c 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -3,11 +3,15 @@ * fmt_compile.c -- "compile" format strings for fmt_scan * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include #include -#include +#include #include #include @@ -270,6 +274,7 @@ fmt_compile(char *fstring, struct format **fmt) * normal processing. */ i = strlen(fstring)/2 + 1; + if (i==1) i++; next_fp = formatvec = (struct format *)calloc ((size_t) i, sizeof(struct format)); if (next_fp == NULL)