Changeset 26193 in vbox
- Timestamp:
- Feb 3, 2010 2:18:45 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/MachineImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r26186 r26193 3339 3339 Guid uuid(aId); 3340 3340 /* Todo: fix this properly by perhaps introducing an isValid method for the Guid class */ 3341 if ( aId 3342 && uuid.isEmpty()) 3341 if ( (aId) 3342 && (*aId != '\0') // an empty Bstr means "get root snapshot", so don't fail on that 3343 && (uuid.isEmpty())) 3343 3344 { 3344 3345 RTUUID uuidTemp;
Note:
See TracChangeset
for help on using the changeset viewer.

