VirtualBox

Changeset 45397 in vbox


Ignore:
Timestamp:
Apr 8, 2013 8:37:31 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84823
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/path/RTPathParse.cpp.h

    r45394 r45397  
    3939     */
    4040    uint32_t const  cMaxComps =  cbParsed < RT_UOFFSETOF(RTPATHPARSED, aComps[0xfff0])
    41                               ? (cbParsed - RT_UOFFSETOF(RTPATHPARSED, aComps)) / sizeof(pParsed->aComps[0])
     41                              ? (uint32_t)((cbParsed - RT_UOFFSETOF(RTPATHPARSED, aComps)) / sizeof(pParsed->aComps[0]))
    4242                              : 0xfff0;
    4343    uint32_t        idxComp   = 0;
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