aboutsummaryrefslogtreecommitdiffstats
path: root/xmlregexp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-11-09 08:56:26 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-11-09 08:56:26 +0000
commit9a00fd2991433a6ce04075c91b3ac6b976bdd806 (patch)
tree9e9238983fcd65f6fce849109639488a030fab36 /xmlregexp.c
parent69dea3a0c01e8a952b1d2f07ab0a3aa450f0cdfe (diff)
downloadandroid_external_libxml2-9a00fd2991433a6ce04075c91b3ac6b976bdd806.tar.gz
android_external_libxml2-9a00fd2991433a6ce04075c91b3ac6b976bdd806.tar.bz2
android_external_libxml2-9a00fd2991433a6ce04075c91b3ac6b976bdd806.zip
applied patch from Geert Jansen to implement the save function to a
* xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h: applied patch from Geert Jansen to implement the save function to a xmlBuffer, and a bit of cleanup. Daniel
Diffstat (limited to 'xmlregexp.c')
-rw-r--r--xmlregexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlregexp.c b/xmlregexp.c
index fce1f1d1..97e9be76 100644
--- a/xmlregexp.c
+++ b/xmlregexp.c
@@ -1526,8 +1526,8 @@ xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from,
} else {
newstate = xmlRegNewState(ctxt);
xmlRegStatePush(ctxt, newstate);
- ctxt->state = newstate;
}
+ ctxt->state = newstate;
xmlFAGenerateCountedTransition(ctxt, atom->stop,
newstate, counter);
}