mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
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
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user