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

Diff for /mandoc/mdoc.c between version 1.166 and 1.167

version 1.166, 2010/11/30 13:04:14 version 1.167, 2010/12/01 16:38:57
Line 286  mdoc_macro(MACRO_PROT_ARGS)
Line 286  mdoc_macro(MACRO_PROT_ARGS)
                         ! (MDOC_PBODY & m->flags)) {                          ! (MDOC_PBODY & m->flags)) {
                 if ( ! mdoc_pmsg(m, line, ppos, MANDOCERR_BADPROLOG))                  if ( ! mdoc_pmsg(m, line, ppos, MANDOCERR_BADPROLOG))
                         return(0);                          return(0);
                   if (NULL == m->meta.msec)
                           m->meta.msec = mandoc_strdup("1");
                 if (NULL == m->meta.title)                  if (NULL == m->meta.title)
                         m->meta.title = mandoc_strdup("UNKNOWN");                          m->meta.title = mandoc_strdup("UNKNOWN");
                 if (NULL == m->meta.vol)                  if (NULL == m->meta.vol)

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167

CVSweb