Changeset 26186 in vbox for trunk/src/VBox/Main/MediumImpl.cpp
- Timestamp:
- Feb 3, 2010 1:07:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r25930 r26186 1753 1753 it != m->backRefs.end(); ++ it, ++ i) 1754 1754 { 1755 it->machineId.toUtf16().detachTo(&machineIds 1755 it->machineId.toUtf16().detachTo(&machineIds[i]); 1756 1756 } 1757 1757 } … … 2170 2170 it->first.cloneTo(&names[i]); 2171 2171 if (it->second.isEmpty()) 2172 Bstr("").cloneTo(&values 2172 Bstr("").cloneTo(&values[i]); 2173 2173 else 2174 it->second.cloneTo(&values 2174 it->second.cloneTo(&values[i]); 2175 2175 ++ i; 2176 2176 } … … 2218 2218 it->second = (const char *)NULL; 2219 2219 else 2220 it->second = values 2220 it->second = values[i]; 2221 2221 } 2222 2222 … … 2608 2608 } 2609 2609 2610 if (FAILED 2610 if (FAILED(rc)) 2611 2611 { 2612 2612 HRESULT rc2 = UnlockWrite(NULL);
Note:
See TracChangeset
for help on using the changeset viewer.