Changeset 18220 in vbox
- Timestamp:
- Mar 24, 2009 7:20:37 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ApplianceImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18214 r18220 694 694 const char *pcszTypeAttr = (pTypeAttr) ? pTypeAttr->getValue() : ""; 695 695 696 if (!strcmp(pcszElemName, "EulaSection")) 696 if ( (!strcmp(pcszElemName, "EulaSection")) 697 || (!strcmp(pcszTypeAttr, "ovf:EulaSection_Type")) 698 ) 697 699 { 698 700 /* <EulaSection>
Note:
See TracChangeset
for help on using the changeset viewer.

