VirtualBox

Changeset 12903 in vbox for trunk/src/libs


Ignore:
Timestamp:
Oct 2, 2008 8:57:41 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37310
Message:

libxml: fixed an obviously typo (taken from upstream)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libxml2-2.6.30/xmlregexp.c

    r6076 r12903  
    16111611                        case, I suppose this got optimized out before when
    16121612                        building the automata */
    1613 
     1613                    copy = xmlRegCopyAtom(ctxt, atom);
    16141614                    if (copy == NULL)
    16151615                        return(-1);
    1616                     copy = xmlRegCopyAtom(ctxt, atom);
    16171616                    copy->quant = XML_REGEXP_QUANT_ONCE;
    16181617                    copy->min = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette