Changeset 36110 in vbox
- Timestamp:
- Feb 28, 2011 6:43:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r36096 r36110 2755 2755 throw ConfigFileError(this, pelmDevice, N_("Missing Device/@host attribute")); 2756 2756 2757 if (!pelmDevice->getAttributeValue(" host", hpda.uGuestAddress))2757 if (!pelmDevice->getAttributeValue("guest", hpda.uGuestAddress)) 2758 2758 throw ConfigFileError(this, pelmDevice, N_("Missing Device/@guest attribute")); 2759 2759
Note:
See TracChangeset
for help on using the changeset viewer.