VirtualBox

Changeset 83758 in vbox


Ignore:
Timestamp:
Apr 17, 2020 2:55:22 PM (5 years ago)
Author:
vboxsync
Message:

iprt/RTPathGlob.cpp: VC++ 14.1 build fix. bugref:8489

File:
1 edited

Legend:

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

    r82968 r83758  
    13681368                AssertMsgFailedReturn(("'%.*s' is not supported yet\n", pszComp, pParsed->aComps[0].cch),
    13691369                                      VERR_PATH_MATCH_FEATURE_NOT_IMPLEMENTED);
    1370             pGlob->offFirstPath = (uint32_t)RTPathEnsureTrailingSeparator(pGlob->szPath, sizeof(pGlob->szPath));
     1370            pGlob->offFirstPath = (uint16_t)RTPathEnsureTrailingSeparator(pGlob->szPath, sizeof(pGlob->szPath));
    13711371            pGlob->iFirstComp   = iComp = 1;
    13721372        }
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