VirtualBox

Changeset 28981 in vbox


Ignore:
Timestamp:
May 3, 2010 2:46:58 PM (15 years ago)
Author:
vboxsync
Message:

Additions: operator precedence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp

    r28978 r28981  
    214214    RTListForEach(&pCache->Node, pNode, VBOXSERVICEVEPROPCACHEENTRY, Node)
    215215    {
    216         if (pNode->uFlags & VBOXSERVICEPROPCACHEFLAG_TEMPORARY == 0)
     216        if ((pNode->uFlags & VBOXSERVICEPROPCACHEFLAG_TEMPORARY) == 0)
    217217        {
    218218            if (pNode->pszValueReset) /* Write reset value? */
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