Skip to content

Commit

Permalink
Merge pull request #2696 from cla7aye15I4nd/cla7aye15I4nd-patch-1
Browse files Browse the repository at this point in the history
Remove duplicate checks
  • Loading branch information
jeanlf committed Dec 7, 2023
2 parents 4891483 + 344811b commit a192ff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/xml_parser.c
Expand Up @@ -503,7 +503,6 @@ static Bool xml_sax_parse_attribute(GF_SAXParser *parser)

att_retry:

assert(parser->att_sep);
if (!parser->att_sep) {
format_sax_error(parser, parser->current_pos, "Invalid character %c before attribute value separator", parser->buffer[parser->current_pos]);
return GF_TRUE;
Expand Down

0 comments on commit a192ff8

Please sign in to comment.