Changeset 20978 in vbox for trunk/src/VBox/Main/VirtualBoxImpl.cpp
- Timestamp:
- Jun 26, 2009 2:52:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r20977 r20978 1618 1618 Bstr val; 1619 1619 if (!aValue) 1620 val = Bstr("");1620 val = (const char *)""; 1621 1621 else 1622 1622 val = aValue;
Note:
See TracChangeset
for help on using the changeset viewer.