Changeset 90866 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Aug 25, 2021 8:06:46 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r90864 r90866 1105 1105 pLoggerInt->papszGroups = papszGroups; 1106 1106 if (fFlags & RTLOGFLAGS_RESTRICT_GROUPS) 1107 pLoggerInt->pacEntriesPerGroup = (uint32_t *)(pLoggerInt + 1);1107 pLoggerInt->pacEntriesPerGroup = &pLoggerInt->afGroups[cGroups]; 1108 1108 else 1109 1109 pLoggerInt->pacEntriesPerGroup = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.