Changeset 75382 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 9, 2018 10:32:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r75380 r75382 402 402 else 403 403 { 404 RTPrintf("Name: '%ls', Host path: '%ls' (%s), %s%s %",404 RTPrintf("Name: '%ls', Host path: '%ls' (%s), %s%s", 405 405 name.raw(), hostPath.raw(), pszDesc, writable ? "writable" : "readonly", fAutoMount ? ", auto-mount" : ""); 406 406 if (bstrAutoMountPoint.isNotEmpty())
Note:
See TracChangeset
for help on using the changeset viewer.