VirtualBox

Changeset 9703 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Jun 16, 2008 9:07:52 AM (16 years ago)
Author:
vboxsync
Message:

Main/Settings: Throw LogicError only when there is no error message.

File:
1 edited

Legend:

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

    r8155 r9703  
    10111011                {
    10121012                    xmlDocPtr newDoc = xsltApplyStylesheet (xslt, doc, NULL);
    1013                     if (newDoc == NULL)
     1013                    if (newDoc == NULL && errorStr == NULL)
    10141014                        throw LogicError (RT_SRC_POS);
    10151015
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