VirtualBox

Changeset 34373 in vbox


Ignore:
Timestamp:
Nov 25, 2010 2:36:40 PM (14 years ago)
Author:
vboxsync
Message:

Main: make the path compare OS indepentend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r34287 r34373  
    14081408                break;
    14091409            }
    1410             if (pMachine2->getSettingsFileFull() == strName)
     1410            if (!RTPathCompare(pMachine2->getSettingsFileFull().c_str(), strName.c_str()))
    14111411            {
    14121412                pMachineFound = pMachine2;
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