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

Diff for /mandoc/Attic/mdoc_action.c between version 1.12 and 1.13

version 1.12, 2009/06/16 19:45:51 version 1.13, 2009/06/17 10:53:32
Line 515  post_os(POST_ARGS)
Line 515  post_os(POST_ARGS)
   
         if (NULL == (m->meta.os = strdup(buf)))          if (NULL == (m->meta.os = strdup(buf)))
                 return(verr(m, EMALLOC));                  return(verr(m, EMALLOC));
         m->lastnamed = m->lastsec = SEC_BODY;  
   
           m->flags |= MDOC_PBODY;
         return(post_prol(m));          return(post_prol(m));
 }  }
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb