We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd2706 commit 1a57a6cCopy full SHA for 1a57a6c
coders/svg.c
@@ -1503,7 +1503,7 @@ static void SVGStartDocument(void *context)
1503
if (svg_info->document == (xmlDocPtr) NULL)
1504
return;
1505
if (parser->encoding == NULL)
1506
- svg_info->document->encoding=(const xmlChar *) NULL;
+ svg_info->document->encoding=NULL;
1507
else
1508
svg_info->document->encoding=xmlStrdup(parser->encoding);
1509
svg_info->document->standalone=parser->standalone;
0 commit comments