Changeset 75381 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 9, 2018 10:30:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r75380 r75381 1096 1096 bool fWritable = true; 1097 1097 bool fAutoMount = false; 1098 c har *pszAutoMountPoint = "";1098 const char *pszAutoMountPoint = ""; 1099 1099 1100 1100 for (int i = 2; i < a->argc; i++)
Note:
See TracChangeset
for help on using the changeset viewer.