[BACK]Return to extend.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/extend.c between version 1.46 and 1.47

version 1.46, 2006/06/01 05:34:52 version 1.47, 2006/07/25 08:22:32
Line 621 
Line 621 
         int              s;          int              s;
         static char      excbuf[128];          static char      excbuf[128];
   
         for (lp = lforw(bp->b_linep); lp != bp->b_linep; lp = lforw(lp)) {          for (lp = lforw(bp->b_headp); lp != bp->b_headp; lp = lforw(lp)) {
                 if (llength(lp) >= 128)                  if (llength(lp) >= 128)
                         return (FALSE);                          return (FALSE);
                 (void)strncpy(excbuf, ltext(lp), llength(lp));                  (void)strncpy(excbuf, ltext(lp), llength(lp));

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47