VirtualBox

Changeset 99204 in vbox


Ignore:
Timestamp:
Mar 29, 2023 6:34:55 AM (20 months ago)
Author:
vboxsync
Message:

VBoxManage: nits

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp

    r98298 r99204  
    21132113            CHECK_ERROR_BREAK(console, RemoveEncryptionPassword(bstrPwId.raw()));
    21142114        }
     2115        /** @todo r=bird: 'removeallencpasswords' is very much unreadable carp. Use
     2116         *        dashes as word separators to make it less fishy. */
    21152117        else if (!strcmp(a->argv[1], "removeallencpasswords"))
    21162118        {
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp

    r98298 r99204  
    7878{
    7979    int vrc = VINF_SUCCESS;
    80     unsigned uMediumVariant = (unsigned)(*pMediumVariant);
     80    unsigned uMediumVariant = (unsigned)*pMediumVariant;
    8181    while (psz && *psz && RT_SUCCESS(vrc))
    8282    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette