VirtualBox

Changeset 24538 in vbox


Ignore:
Timestamp:
Nov 10, 2009 11:55:13 AM (15 years ago)
Author:
vboxsync
Message:

Main/Settings: fix typo in hardware conversion settings version bump

File:
1 edited

Legend:

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

    r24497 r24538  
    29652965    // The hardware versions other than "1" requires settings version 1.4 (2.1+).
    29662966    if (    m->sv < SettingsVersion_v1_4
    2967          && hardwareMachine.strVersion != "1")
    2968         m->sv < SettingsVersion_v1_4;
     2967         && hardwareMachine.strVersion != "1"
     2968       )
     2969        m->sv = SettingsVersion_v1_4;
    29692970
    29702971    // "accelerate 2d video" requires settings version 1.8
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