VirtualBox

Changeset 18220 in vbox


Ignore:
Timestamp:
Mar 24, 2009 7:20:37 PM (16 years ago)
Author:
vboxsync
Message:

OVF: parse EULA section with ovf 0.9 too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r18214 r18220  
    694694        const char *pcszTypeAttr = (pTypeAttr) ? pTypeAttr->getValue() : "";
    695695
    696         if (!strcmp(pcszElemName, "EulaSection"))
     696        if (    (!strcmp(pcszElemName, "EulaSection"))
     697             || (!strcmp(pcszTypeAttr, "ovf:EulaSection_Type"))
     698           )
    697699        {
    698700         /* <EulaSection>
Note: See TracChangeset for help on using the changeset viewer.

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