[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.36 and 1.37

version 1.36, 2010/05/17 22:11:42 version 1.37, 2010/05/24 12:22:43
Line 219  post_AT(struct man *m)
Line 219  post_AT(struct man *m)
                         p = unix_versions[0];                          p = unix_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.36  
changed lines
  Added in v.1.37

CVSweb