=================================================================== RCS file: /cvs/mandoc/Attic/mdoc_action.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- mandoc/Attic/mdoc_action.c 2009/04/06 08:53:12 1.6 +++ mandoc/Attic/mdoc_action.c 2009/04/06 09:48:35 1.7 @@ -1,4 +1,4 @@ -/* $Id: mdoc_action.c,v 1.6 2009/04/06 08:53:12 kristaps Exp $ */ +/* $Id: mdoc_action.c,v 1.7 2009/04/06 09:48:35 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -344,18 +344,12 @@ post_nm(POST_ARGS) if (m->meta.name) return(1); - printf("bar\n"); - buf[0] = 0; if ( ! concat(m, m->last->child, buf, sizeof(buf))) return(0); - printf("foo\n"); - if (NULL == (m->meta.name = strdup(buf))) return(verr(m, EMALLOC)); - - printf("baz\n"); return(1); }