Changeset 20978 in vbox
- Timestamp:
- Jun 26, 2009 2:52:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49186
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r20977 r20978 2569 2569 Bstr val; 2570 2570 if (!aValue) 2571 val = Bstr("");2571 val = (const char *)""; 2572 2572 else 2573 2573 val = aValue; -
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.