Changeset 36690 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 17, 2011 8:44:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r36610 r36690 1219 1219 else 1220 1220 { 1221 intvrc = ctrlDirectoryEntryAppend(ValueUnion.psz, /* Source */1222 1223 1221 vrc = ctrlDirectoryEntryAppend(ValueUnion.psz, /* Source */ 1222 NULL, /* No destination given */ 1223 &listSources); 1224 1224 if (RT_SUCCESS(vrc)) 1225 1225 {
Note:
See TracChangeset
for help on using the changeset viewer.