Changeset 34373 in vbox
- Timestamp:
- Nov 25, 2010 2:36:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r34287 r34373 1408 1408 break; 1409 1409 } 1410 if ( pMachine2->getSettingsFileFull() == strName)1410 if (!RTPathCompare(pMachine2->getSettingsFileFull().c_str(), strName.c_str())) 1411 1411 { 1412 1412 pMachineFound = pMachine2;
Note:
See TracChangeset
for help on using the changeset viewer.