mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Enhanced to include port number (if not == 80) on the "Header:" URL (bug
* nanohttp.c: Enhanced to include port number (if not == 80) on the "Header:" URL (bug #469681). * xmlregexp.c: Fixed a typo causing a warning message. svn path=/trunk/; revision=3657
This commit is contained in:
@ -1611,9 +1611,9 @@ xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from,
|
||||
case, I suppose this got optimized out before when
|
||||
building the automata */
|
||||
|
||||
copy = xmlRegCopyAtom(ctxt, atom);
|
||||
if (copy == NULL)
|
||||
return(-1);
|
||||
copy = xmlRegCopyAtom(ctxt, atom);
|
||||
copy->quant = XML_REGEXP_QUANT_ONCE;
|
||||
copy->min = 0;
|
||||
copy->max = 0;
|
||||
|
Reference in New Issue
Block a user