Changeset 75850 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 30, 2018 1:02:35 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r75819 r75850 798 798 RTPrintf("Options for slot #%d of '%ls':\n", uSlot, vmName.raw()); 799 799 for (size_t i = 0; i < options.size(); ++i) 800 {801 800 RTPrintf(" %ls\n", options[i]); 802 } 801 803 802 return S_OK; 804 803 }
Note:
See TracChangeset
for help on using the changeset viewer.