Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Apr 3, 2021
1 parent f2a5d86 commit 6c4bc78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coders/msl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7524,6 +7524,10 @@ static void MSLReference(void *context,const xmlChar *name)
" SAX.reference(%s)",name);
msl_info=(MSLInfo *) context;
parser=msl_info->parser;
if (parser == (xmlParserCtxtPtr) NULL)
return;
if (parser->node == (xmlNodePtr) NULL)
return;
if (*name == '#')
(void) xmlAddChild(parser->node,xmlNewCharRef(msl_info->document,name));
else
Expand Down

0 comments on commit 6c4bc78

Please sign in to comment.