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

Diff for /src/usr.bin/mg/paragraph.c between version 1.29 and 1.30

version 1.29, 2013/06/15 19:58:39 version 1.30, 2014/03/20 07:47:29
Line 335 
Line 335 
                         return (FALSE);                          return (FALSE);
                 nfill = strtonum(rep, 0, INT_MAX, &es);                  nfill = strtonum(rep, 0, INT_MAX, &es);
                 if (es != NULL) {                  if (es != NULL) {
                           dobeep();
                         ewprintf("Invalid fill column: %s", rep);                          ewprintf("Invalid fill column: %s", rep);
                         return (FALSE);                          return (FALSE);
                 }                  }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30