From: Oliver Kiddle Date: Mon, 16 Jan 2006 10:40:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: nmh-1_3_RC1~70 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=f38ce2484d327ca8062117a2643500bd0d01d830 *** empty log message *** --- diff --git a/uip/scansbr.c b/uip/scansbr.c index 3303375..3bede5a 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -97,7 +97,7 @@ scan (FILE *inb, int innum, int outnum, char *nfs, int width, int curflg, width = MAXSCANL; } dat[3] = slwidth = width; - scanl = (char *) mh_xmalloc((size_t) MB_CUR_MAX * ((slwidth + 2) ); + scanl = (char *) mh_xmalloc((size_t) MB_CUR_MAX * (slwidth + 2) ); if (outnum) umask(~m_gmprot());