mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-14 20:01:04 +03:00
Dohh !
Daniel svn path=/trunk/; revision=3610
This commit is contained in:
@ -4399,7 +4399,8 @@ htmlCreateDocParserCtxt(const xmlChar *cur, const char *encoding) {
|
||||
return(NULL);
|
||||
len = xmlStrlen(cur);
|
||||
ctxt = htmlCreateMemoryParserCtxt((char *)cur, len);
|
||||
return(NULL);
|
||||
if (ctxt == NULL)
|
||||
return(NULL);
|
||||
|
||||
if (encoding != NULL) {
|
||||
xmlCharEncoding enc;
|
||||
|
Reference in New Issue
Block a user