Changeset 75927 in vbox
- Timestamp:
- Dec 3, 2018 9:55:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r75926 r75927 2595 2595 while (*pszAttribs == ' '); 2596 2596 else 2597 pszAttribs = "";2597 pszAttribs = strchr(pszMode, '\0'); 2598 2598 if (uDeviceNo != 0) 2599 2599 RTPrintf(" Mode: %-16s Attrib: %-17s Dev ID: %#RX32\n", pszMode, pszAttribs, uDeviceNo);
Note:
See TracChangeset
for help on using the changeset viewer.