mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +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>
|
||||
|
||||
* 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
|
||||
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