Changeset 36978 in vbox
- Timestamp:
- May 6, 2011 11:42:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r36974 r36978 524 524 case VINF_GETOPT_NOT_OPTION: 525 525 { 526 if (!strlen(ValueUnion.psz))527 continue;528 529 526 if (args.size() == 0 && Utf8Cmd.isEmpty()) 530 527 Utf8Cmd = ValueUnion.psz;
Note:
See TracChangeset
for help on using the changeset viewer.