Changeset 12903 in vbox for trunk/src/libs
- Timestamp:
- Oct 2, 2008 8:57:41 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37310
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.6.30/xmlregexp.c
r6076 r12903 1611 1611 case, I suppose this got optimized out before when 1612 1612 building the automata */ 1613 1613 copy = xmlRegCopyAtom(ctxt, atom); 1614 1614 if (copy == NULL) 1615 1615 return(-1); 1616 copy = xmlRegCopyAtom(ctxt, atom);1617 1616 copy->quant = XML_REGEXP_QUANT_ONCE; 1618 1617 copy->min = 0;
Note:
See TracChangeset
for help on using the changeset viewer.