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

Diff for /mandoc/roff.c between version 1.263 and 1.264

version 1.263, 2015/02/21 14:46:58 version 1.264, 2015/04/04 13:53:42
Line 1128  roff_parsetext(struct buf *buf, int pos, int *offs)
Line 1128  roff_parsetext(struct buf *buf, int pos, int *offs)
                         esc = mandoc_escape((const char **)&p, NULL, NULL);                          esc = mandoc_escape((const char **)&p, NULL, NULL);
                         if (esc == ESCAPE_ERROR)                          if (esc == ESCAPE_ERROR)
                                 break;                                  break;
                           while (*p == '-')
                                   p++;
                         continue;                          continue;
                 } else if (p == start) {                  } else if (p == start) {
                         p++;                          p++;

Legend:
Removed from v.1.263  
changed lines
  Added in v.1.264

CVSweb