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

Diff for /mandoc/mdoc.c between version 1.198 and 1.199

version 1.198, 2012/06/12 20:21:04 version 1.199, 2012/07/16 09:51:54
Line 801  mdoc_ptext(struct mdoc *m, int line, char *buf, int of
Line 801  mdoc_ptext(struct mdoc *m, int line, char *buf, int of
                         return(0);                          return(0);
   
                 m->next = MDOC_NEXT_SIBLING;                  m->next = MDOC_NEXT_SIBLING;
                 return(1);  
                   return(mdoc_valid_post(m));
         }          }
   
         if ( ! mdoc_word_alloc(m, line, offs, buf+offs))          if ( ! mdoc_word_alloc(m, line, offs, buf+offs))

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199

CVSweb