mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-01 10:06:59 +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:
@ -1,3 +1,7 @@
|
|||||||
|
Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* xmlregexp.c: remove a cut-and-paste copy error
|
||||||
|
|
||||||
Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
|
Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
|
||||||
|
|
||||||
* globals.c threads.c include/libxml/threads.h:
|
* globals.c threads.c include/libxml/threads.h:
|
||||||
|
@ -1611,7 +1611,6 @@ xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from,
|
|||||||
case, I suppose this got optimized out before when
|
case, I suppose this got optimized out before when
|
||||||
building the automata */
|
building the automata */
|
||||||
copy = xmlRegCopyAtom(ctxt, atom);
|
copy = xmlRegCopyAtom(ctxt, atom);
|
||||||
copy = xmlRegCopyAtom(ctxt, atom);
|
|
||||||
if (copy == NULL)
|
if (copy == NULL)
|
||||||
return(-1);
|
return(-1);
|
||||||
copy->quant = XML_REGEXP_QUANT_ONCE;
|
copy->quant = XML_REGEXP_QUANT_ONCE;
|
||||||
|
Reference in New Issue
Block a user