diff options
Diffstat (limited to 'mdoc_action.c')
-rw-r--r-- | mdoc_action.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mdoc_action.c b/mdoc_action.c index 49d92b19..001e0ecd 100644 --- a/mdoc_action.c +++ b/mdoc_action.c @@ -344,19 +344,13 @@ 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); } |