summaryrefslogtreecommitdiffstats
path: root/common/sdp-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/sdp-xml.c')
-rw-r--r--common/sdp-xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/sdp-xml.c b/common/sdp-xml.c
index 385e9019..0403dcdd 100644
--- a/common/sdp-xml.c
+++ b/common/sdp-xml.c
@@ -411,8 +411,7 @@ void convert_sdp_record_to_xml(sdp_record_t *rec,
static sdp_data_t *sdp_xml_parse_uuid128(const char *data)
{
uint128_t val;
- int i;
- int j;
+ unsigned int i, j;
char buf[3];