summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_action.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_action.c')
-rw-r--r--mdoc_action.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index a45faf9c..a5e84dfd 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_action.c,v 1.32 2009/07/24 13:18:15 kristaps Exp $ */
+/* $Id: mdoc_action.c,v 1.33 2009/07/25 16:03:03 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -487,7 +487,6 @@ post_dt(POST_ARGS)
free(m->meta.vol);
if (NULL == (m->meta.vol = strdup(cp)))
return(mdoc_nerr(m, m->last, EMALLOC));
- n = n->next;
} else {
cp = mdoc_a2arch(n->string);
if (NULL == cp) {