Changeset 5508 in vbox for trunk/src/VBox/Runtime/common/log/log.cpp
- Timestamp:
- Oct 26, 2007 11:03:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r5415 r5508 1018 1018 * Specific group(s). 1019 1019 */ 1020 bool fFound; 1021 for (i = 0, fFound = false; i < pLogger->cGroups && !fFound; i++) 1020 for (i = 0; i < pLogger->cGroups; i++) 1022 1021 { 1023 1022 const char *psz2 = (const char*)pszStart;
Note:
See TracChangeset
for help on using the changeset viewer.