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

Diff for /mandoc/Attic/man_action.c between version 1.37 and 1.38

version 1.37, 2010/05/24 12:22:43 version 1.38, 2010/05/24 13:36:53
Line 262  post_UC(struct man *m)
Line 262  post_UC(struct man *m)
                         p = bsd_versions[0];                          p = bsd_versions[0];
         }          }
   
           if (m->meta.source)
                   free(m->meta.source);
   
         m->meta.source = mandoc_strdup(p);          m->meta.source = mandoc_strdup(p);
   
         return(1);          return(1);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb