VirtualBox

Changeset 6310 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 9, 2008 6:42:50 PM (17 years ago)
Author:
vboxsync
Message:

Fix formatting bugs in the XML config file code. The number base was
lost, and also signed values would have been stored as unsigned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r6104 r6310  
    781781        try
    782782        {
    783             stdx::char_auto_ptr value = ToString (aValue);
     783            stdx::char_auto_ptr value = ToString (aValue, aExtra);
    784784            setStringValue (aName, value.get());
    785785        }
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