VirtualBox

Ignore:
Timestamp:
Mar 9, 2021 12:32:14 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143171
Message:

VBoxManage/modifyvm: USe RT_BOOL instead of explicit !! in previous.

File:
1 edited

Legend:

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

    r88039 r88040  
    16461646                if (!RTStrICmp(ValueUnion.psz, "none"))
    16471647                {
    1648                     if (!!fEnabled)
     1648                    if (RT_BOOL(fEnabled))
    16491649                        CHECK_ERROR(nic, COMSETTER(Enabled)(FALSE));
    16501650                }
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