VirtualBox

Changeset 50148 in vbox


Ignore:
Timestamp:
Jan 21, 2014 6:07:57 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91699
Message:

Wrong 'type' attribute fetching in 'Section' introduced by me a while back (r89795).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/ovfreader.cpp

    r49029 r50148  
    347347        {
    348348            const xml::AttributeNode *pTypeAttr = pelmThis->findAttribute("type");
    349             if (!pTypeAttr)
     349            if (pTypeAttr)
    350350                pcszTypeAttr = pTypeAttr->getValue();
    351351            else
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