- Timestamp:
- Jun 13, 2013 2:06:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/ovfreader.cpp
r46518 r46534 857 857 fResourceRequired = true; 858 858 const char *pcszAttValue; 859 if ( pelmItemChild->getAttributeValue("required", pcszAttValue))859 if (item->getAttributeValue("required", pcszAttValue)) 860 860 { 861 861 if (!strcmp(pcszAttValue, "false"))
Note:
See TracChangeset
for help on using the changeset viewer.