Changeset 38211 in vbox
- Timestamp:
- Jul 28, 2011 9:26:31 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r37985 r38211 3185 3185 Guid idFound = pMediumFound->getId(); 3186 3186 3187 if ( ( strLocFound == aLocation)3187 if ( (RTPathCompare(strLocFound.c_str(), aLocation.c_str()) == 0) 3188 3188 && (idFound == aId) 3189 3189 )
Note:
See TracChangeset
for help on using the changeset viewer.