Changeset 70062 in vbox for trunk/include/VBox
- Timestamp:
- Dec 11, 2017 3:27:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestPropertySvc.h
r70061 r70062 183 183 { 184 184 char *pszNext; 185 unsigned i; 185 186 186 187 /* TRANSRESET implies TRANSIENT. For compatability with old clients we … … 190 191 191 192 pszNext = pszFlags; 192 for ( unsignedi = 0; i < RT_ELEMENTS(s_aFlagList); ++i)193 for (i = 0; i < RT_ELEMENTS(s_aFlagList); ++i) 193 194 { 194 195 if (s_aFlagList[i] == (fFlags & s_aFlagList[i]))
Note:
See TracChangeset
for help on using the changeset viewer.