From 5a1b4034278a721d228c6e1c71588bc33803edf4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 11 Oct 2012 21:30:20 +0100 Subject: Update. Still broken. --- examples/dom-structure-dump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/dom-structure-dump.c b/examples/dom-structure-dump.c index e307f0f..e6af3b7 100644 --- a/examples/dom-structure-dump.c +++ b/examples/dom-structure-dump.c @@ -79,7 +79,8 @@ dom_document *create_doc_dom_from_file(char *file) unsigned char buffer[buffer_size]; /* Create Hubbub parser */ - parser = dom_hubbub_parser_create(NULL, true, test_msg, NULL); + parser = dom_hubbub_parser_create(NULL, true, false, test_msg, NULL, + NULL, NULL); if (parser == NULL) { printf("Can't create Hubbub Parser\n"); return NULL; -- cgit v1.2.3