[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.6 and 1.7

version 1.6, 2009/04/06 08:53:12 version 1.7, 2009/04/06 09:48:35
Line 344  post_nm(POST_ARGS)
Line 344  post_nm(POST_ARGS)
         if (m->meta.name)          if (m->meta.name)
                 return(1);                  return(1);
   
         printf("bar\n");  
   
         buf[0] = 0;          buf[0] = 0;
         if ( ! concat(m, m->last->child, buf, sizeof(buf)))          if ( ! concat(m, m->last->child, buf, sizeof(buf)))
                 return(0);                  return(0);
   
         printf("foo\n");  
   
         if (NULL == (m->meta.name = strdup(buf)))          if (NULL == (m->meta.name = strdup(buf)))
                 return(verr(m, EMALLOC));                  return(verr(m, EMALLOC));
   
         printf("baz\n");  
   
         return(1);          return(1);
 }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb