Changeset 99204 in vbox
- Timestamp:
- Mar 29, 2023 6:34:55 AM (20 months ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r98298 r99204 2113 2113 CHECK_ERROR_BREAK(console, RemoveEncryptionPassword(bstrPwId.raw())); 2114 2114 } 2115 /** @todo r=bird: 'removeallencpasswords' is very much unreadable carp. Use 2116 * dashes as word separators to make it less fishy. */ 2115 2117 else if (!strcmp(a->argv[1], "removeallencpasswords")) 2116 2118 { -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r98298 r99204 78 78 { 79 79 int vrc = VINF_SUCCESS; 80 unsigned uMediumVariant = (unsigned) (*pMediumVariant);80 unsigned uMediumVariant = (unsigned)*pMediumVariant; 81 81 while (psz && *psz && RT_SUCCESS(vrc)) 82 82 {
Note:
See TracChangeset
for help on using the changeset viewer.