VirtualBox

Changeset 25899 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 18, 2010 3:34:50 PM (15 years ago)
Author:
vboxsync
Message:

Runtime/common/log.cpp: gcc warning

File:
1 edited

Legend:

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

    r25409 r25899  
    10661066        while ((ch = *pszVar) == '+' || ch == '-' || ch == ' ' || ch == '\t' || ch == '\n' || ch == ';')
    10671067        {
    1068             if (ch == '+' || ch == '-' || ';')
     1068            if (ch == '+' || ch == '-' || ch == ';')
    10691069                fEnabled = ch != '-';
    10701070            pszVar++;
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