summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/sdp-expat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sdp-expat.c b/common/sdp-expat.c
index cc2ff575..a3b4048d 100644
--- a/common/sdp-expat.c
+++ b/common/sdp-expat.c
@@ -112,7 +112,7 @@ static sdp_data_t *sdp_xml_parse_datatype(const char *el,
{
const char *data = context->stack_head->text;
- if (!strcmp(el, "bool"))
+ if (!strcmp(el, "boolean"))
return sdp_xml_parse_int(data, SDP_BOOL);
else if (!strcmp(el, "uint8"))
return sdp_xml_parse_int(data, SDP_UINT8);