Changeset 28981 in vbox
- Timestamp:
- May 3, 2010 2:46:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp
r28978 r28981 214 214 RTListForEach(&pCache->Node, pNode, VBOXSERVICEVEPROPCACHEENTRY, Node) 215 215 { 216 if ( pNode->uFlags & VBOXSERVICEPROPCACHEFLAG_TEMPORARY== 0)216 if ((pNode->uFlags & VBOXSERVICEPROPCACHEFLAG_TEMPORARY) == 0) 217 217 { 218 218 if (pNode->pszValueReset) /* Write reset value? */
Note:
See TracChangeset
for help on using the changeset viewer.