diff options
Diffstat (limited to 'common/sdp-expat.c')
| -rw-r--r-- | common/sdp-expat.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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) | 
