VirtualBox

Changeset 60883 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
May 8, 2016 4:46:20 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107095
Message:

log.cpp: Forgot this file is compiled as sucky C code too.

File:
1 edited

Legend:

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

    r60880 r60883  
    22212221        else
    22222222        {
    2223             size_t cchThusFar = off;
     2223            unsigned i;
     2224            size_t   cchThusFar = off;
    22242225            do
    22252226                off++;
     
    22302231            if (ch == 'n' && pszValue[off + 1] == 'o')
    22312232                off += 2;
    2232             for (unsigned i = 0; i < RT_ELEMENTS(g_aLogDst); i++)
     2233            for (i = 0; i < RT_ELEMENTS(g_aLogDst); i++)
    22332234                if (!strncmp(&pszValue[off], g_aLogDst[i].pszInstr, g_aLogDst[i].cchInstr))
    22342235                {
Note: See TracChangeset for help on using the changeset viewer.

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