diff --git a/src/htsmsg_xml.c b/src/htsmsg_xml.c index 87ba6494..7c494770 100644 --- a/src/htsmsg_xml.c +++ b/src/htsmsg_xml.c @@ -637,7 +637,7 @@ htsmsg_xml_parse_cd0(xmlparser_t *xp, } if(cc == NULL) { - if(*src <= 32) { + if(*src < 32) { src++; continue; }