mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
remove a cut-and-paste copy error Daniel
* xmlregexp.c: remove a cut-and-paste copy error Daniel svn path=/trunk/; revision=3665
This commit is contained in:
@ -1611,7 +1611,6 @@ xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from,
|
||||
case, I suppose this got optimized out before when
|
||||
building the automata */
|
||||
copy = xmlRegCopyAtom(ctxt, atom);
|
||||
copy = xmlRegCopyAtom(ctxt, atom);
|
||||
if (copy == NULL)
|
||||
return(-1);
|
||||
copy->quant = XML_REGEXP_QUANT_ONCE;
|
||||
|
Reference in New Issue
Block a user