[BACK]Return to roff.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/roff.c between version 1.389 and 1.390

version 1.389, 2022/05/30 23:03:47 version 1.390, 2022/05/31 18:09:57
Line 1535  roff_expand(struct roff *r, struct buf *buf, int ln, i
Line 1535  roff_expand(struct roff *r, struct buf *buf, int ln, i
                         roff_expand_patch(buf, iendarg, "}", iend);                          roff_expand_patch(buf, iendarg, "}", iend);
                         roff_expand_patch(buf, iesc, "${", iarg);                          roff_expand_patch(buf, iesc, "${", iarg);
                         continue;                          continue;
                   case 'g':
                           break;
                 case 'n':                  case 'n':
                         if (iendarg > iarg)                          if (iendarg > iarg)
                                 (void)snprintf(ubuf, sizeof(ubuf), "%d",                                  (void)snprintf(ubuf, sizeof(ubuf), "%d",

Legend:
Removed from v.1.389  
changed lines
  Added in v.1.390

CVSweb