From 6df8f99a707326655b4f285920f19fef6d9eb90a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 14 Oct 2008 15:44:05 +0000 Subject: Fixup dubious charsets svn path=/trunk/hubbub/; revision=5575 --- test/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/parser.c') diff --git a/test/parser.c b/test/parser.c index 31cf541..6585bc7 100644 --- a/test/parser.c +++ b/test/parser.c @@ -32,7 +32,7 @@ static int run_test(int argc, char **argv, unsigned int CHUNK_SIZE) /* Initialise library */ assert(hubbub_initialise(argv[1], myrealloc, NULL) == HUBBUB_OK); - parser = hubbub_parser_create("UTF-8", myrealloc, NULL); + parser = hubbub_parser_create("UTF-8", false, myrealloc, NULL); assert(parser != NULL); params.token_handler.handler = token_handler; -- cgit v1.2.3