Changeset 56389 in vbox
- Timestamp:
- Jun 12, 2015 1:48:17 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r56290 r56389 2679 2679 else 2680 2680 { 2681 uint 16_t const fFlags = RT_LO_U16(fFlagsAndGroup);2681 uint32_t const fFlags = RT_LO_U16(fFlagsAndGroup); 2682 2682 uint16_t const iGroup = RT_HI_U16(fFlagsAndGroup); 2683 2683 if ( iGroup != UINT16_MAX
Note:
See TracChangeset
for help on using the changeset viewer.