Changeset 36784 in vbox
- Timestamp:
- Apr 21, 2011 8:04:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r36742 r36784 502 502 if (args.size() == 0 && Utf8Cmd.isEmpty()) 503 503 Utf8Cmd = ValueUnion.psz; 504 args.push_back(Bstr(ValueUnion.psz).raw()); 504 else 505 args.push_back(Bstr(ValueUnion.psz).raw()); 505 506 break; 506 507 }
Note:
See TracChangeset
for help on using the changeset viewer.