VirtualBox

Changeset 46452 in vbox


Ignore:
Timestamp:
Jun 7, 2013 7:43:47 PM (11 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/STAM.cpp

    r46450 r46452  
    865865    {
    866866        const char *pszEnd = strchr(pszName, '/');
    867         uint32_t    cch    = pszEnd ? pszEnd - pszName : strlen(pszName);
     867        uint32_t    cch    = pszEnd ? pszEnd - pszName : (uint32_t)strlen(pszName);
    868868        PSTAMLOOKUP pChild = stamR3LookupFindChild(pRoot, pszName, cch, NULL);
    869869        if (!pChild)
     
    10321032    {
    10331033        const char *pszEnd = strchr(pszPat, '/');
    1034         uint32_t    cch    = pszEnd ? pszEnd - pszPat : strlen(pszPat);
     1034        uint32_t    cch    = pszEnd ? pszEnd - pszPat : (uint32_t)strlen(pszPat);
    10351035        if (!cch)
    10361036            break;
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