- Timestamp:
- Mar 9, 2009 2:52:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17580 r17581 2086 2086 ComPtr<IHardDisk> dstHdVBox; 2087 2087 /* If strHref is empty we have to create a new file */ 2088 if (di.strHref.isNull() || 2089 di.strHref.c_str()[0] == 0) 2088 if (di.strHref.isEmpty()) 2090 2089 { 2091 2090 /* Which format to use? */
Note:
See TracChangeset
for help on using the changeset viewer.