source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: catch up with the changed interface of mparse_alloc(), see
@ 2012-05-31 22:27 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2012-05-31 22:27 UTC (permalink / raw)
  To: source

Log Message:
-----------
catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100

Modified Files:
--------------
    mdocml:
        demandoc.c

Revision Data
-------------
Index: demandoc.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/demandoc.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -Ldemandoc.c -Ldemandoc.c -u -p -r1.6 -r1.7
--- demandoc.c
+++ demandoc.c
@@ -76,7 +76,7 @@ main(int argc, char *argv[])
 	argc -= optind;
 	argv += optind;
 
-	mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL);
+	mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL, NULL);
 	assert(mp);
 
 	if (0 == argc)
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-31 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-31 22:27 mdocml: catch up with the changed interface of mparse_alloc(), see schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).