Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/mdocml/dist adapt to changed api



details:   https://anonhg.NetBSD.org/src/rev/3537f1ba5329
branches:  trunk
changeset: 346543:3537f1ba5329
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 18 18:46:07 2016 +0000

description:
adapt to changed api

diffstat:

 external/bsd/mdocml/dist/mdoc_validate.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 38da1960920f -r 3537f1ba5329 external/bsd/mdocml/dist/mdoc_validate.c
--- a/external/bsd/mdocml/dist/mdoc_validate.c  Mon Jul 18 18:45:56 2016 +0000
+++ b/external/bsd/mdocml/dist/mdoc_validate.c  Mon Jul 18 18:46:07 2016 +0000
@@ -813,8 +813,8 @@
                while (n->child != n->last)
                        roff_node_delete(mdoc, n->last);
                while (n->child != n->last) {
-                       struct mdoc_node *p = n->last;
-                       mdoc_node_delete(mdoc, p);
+                       struct roff_node *p = n->last;
+                       roff_node_delete(mdoc, p);
                }
 
        }



Home | Main Index | Thread Index | Old Index