[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.47 and 1.48

version 1.47, 2006/07/25 08:22:32 version 1.48, 2006/07/25 08:27:09
Line 621 
Line 621 
         int              s;          int              s;
         static char      excbuf[128];          static char      excbuf[128];
   
         for (lp = lforw(bp->b_headp); lp != bp->b_headp; lp = lforw(lp)) {          for (lp = bfirstlp(bp); 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.47  
changed lines
  Added in v.1.48