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

Diff for /mandoc/mdoc.c between version 1.206 and 1.207

version 1.206, 2013/12/24 19:11:46 version 1.207, 2013/12/31 23:23:11
Line 846  mdoc_ptext(struct mdoc *mdoc, int line, char *buf, int
Line 846  mdoc_ptext(struct mdoc *mdoc, int line, char *buf, int
   
         assert(buf < end);          assert(buf < end);
   
         if (mandoc_eos(buf+offs, (size_t)(end-buf-offs), 0))          if (mandoc_eos(buf+offs, (size_t)(end-buf-offs)))
                 mdoc->last->flags |= MDOC_EOS;                  mdoc->last->flags |= MDOC_EOS;
   
         return(1);          return(1);

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207

CVSweb