nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] nmh/uip scansbr.c


From: Oliver Kiddle
Subject: [Nmh-commits] nmh/uip scansbr.c
Date: Mon, 16 Jan 2006 10:40:32 +0000

CVSROOT:        /cvsroot/nmh
Module name:    nmh
Branch:         
Changes by:     Oliver Kiddle <address@hidden>  06/01/16 10:40:32

Modified files:
        uip            : scansbr.c 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/uip/scansbr.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: nmh/uip/scansbr.c
diff -u nmh/uip/scansbr.c:1.8 nmh/uip/scansbr.c:1.9
--- nmh/uip/scansbr.c:1.8       Mon Jan 16 09:55:24 2006
+++ nmh/uip/scansbr.c   Mon Jan 16 10:40:32 2006
@@ -2,7 +2,7 @@
 /*
  * scansbr.c -- routines to help scan along...
  *
- * $Id: scansbr.c,v 1.8 2006/01/16 09:55:24 opk Exp $
+ * $Id: scansbr.c,v 1.9 2006/01/16 10:40:32 opk Exp $
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -97,7 +97,7 @@
                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());
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]