VirtualBox

Changeset 38211 in vbox


Ignore:
Timestamp:
Jul 28, 2011 9:26:31 AM (14 years ago)
Author:
vboxsync
Message:

Main: make path comparison independently of the slash style (public #9303)

File:
1 edited

Legend:

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

    r37985 r38211  
    31853185        Guid idFound = pMediumFound->getId();
    31863186
    3187         if (    (strLocFound == aLocation)
     3187        if (    (RTPathCompare(strLocFound.c_str(), aLocation.c_str()) == 0)
    31883188             && (idFound == aId)
    31893189           )
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