VirtualBox

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/src/VBox/Main/HardDiskImpl.cpp

    r6291 r6310  
    32503250    /* port (optional, defaults to 0) */
    32513251    aStorageNode.setValueOr <USHORT> ("port", mPort, 0);
    3252     /* lun (optional, force 0x format to coform to XML Schema!) */
     3252    /* lun (optional, force 0x format to conform to XML Schema!) */
    32533253    aStorageNode.setValueOr <ULONG64> ("lun", mLun, 0, 16);
    32543254    /* userName (optional) */
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