VirtualBox

Ignore:
Timestamp:
Oct 26, 2007 11:03:10 AM (17 years ago)
Author:
vboxsync
Message:

fFound wasn't ever set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r5415 r5508  
    10181018             * Specific group(s).
    10191019             */
    1020             bool    fFound;
    1021             for (i = 0, fFound = false; i < pLogger->cGroups && !fFound; i++)
     1020            for (i = 0; i < pLogger->cGroups; i++)
    10221021            {
    10231022                const char *psz2 = (const char*)pszStart;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette