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

Diff for /mandoc/roff.c between version 1.334 and 1.335

version 1.334, 2018/08/18 21:37:01 version 1.335, 2018/08/18 22:05:43
Line 1214  roff_res(struct roff *r, struct buf *buf, int ln, int 
Line 1214  roff_res(struct roff *r, struct buf *buf, int ln, int 
   
                 /* Discard normal comments. */                  /* Discard normal comments. */
   
                 while (stesc > start && stesc[-1] == ' ')                  while (stesc > start && stesc[-1] == ' ' &&
                       (stesc == start + 1 || stesc[-2] != '\\'))
                         stesc--;                          stesc--;
                 *stesc = '\0';                  *stesc = '\0';
                 break;                  break;

Legend:
Removed from v.1.334  
changed lines
  Added in v.1.335

CVSweb