mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-14 16:20:45 +00:00
remove unnecessary typecast
This commit is contained in:
parent
556f1650b1
commit
fba15ab94c
1 changed files with 1 additions and 1 deletions
|
@ -2072,7 +2072,7 @@ doContent(XML_Parser parser,
|
|||
entity->open = XML_FALSE;
|
||||
if (!context)
|
||||
return XML_ERROR_NO_MEMORY;
|
||||
if (!externalEntityRefHandler((XML_Parser)externalEntityRefHandlerArg,
|
||||
if (!externalEntityRefHandler(externalEntityRefHandlerArg,
|
||||
context,
|
||||
entity->base,
|
||||
entity->systemId,
|
||||
|
|
Loading…
Add table
Reference in a new issue