From cb5898ff72875b9c24d7fc44cddb005f4495dff3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 21 May 2007 15:13:50 +0000 Subject: Fix SDP pattern extraction for XML --- common/sdp-expat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/sdp-expat.c') diff --git a/common/sdp-expat.c b/common/sdp-expat.c index b591bbcc..b8136528 100644 --- a/common/sdp-expat.c +++ b/common/sdp-expat.c @@ -116,7 +116,8 @@ static void convert_xml_to_sdp_start(void *data, const char *el, const char **at } } - context->stack_head->data = sdp_xml_parse_datatype(el, context->stack_head); + context->stack_head->data = sdp_xml_parse_datatype(el, + context->stack_head, context->sdprec); /* Could not parse an entry */ if (context->stack_head->data == NULL) -- cgit