VirtualBox

Changeset 57685 in vbox for trunk/src


Ignore:
Timestamp:
Sep 10, 2015 11:22:38 AM (9 years ago)
Author:
vboxsync
Message:

RTPathGlob: stupid bug fix.

File:
1 edited

Legend:

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

    r57616 r57685  
    13251325        AssertReturn(pParsed->aComps[0].cch < sizeof(pGlob->szPath) - 1, VERR_FILENAME_TOO_LONG);
    13261326        memcpy(pGlob->szPath, &pszPattern[pParsed->aComps[0].off], pParsed->aComps[0].cch);
    1327         pGlob->offFirstPath = pParsed->aComps[0].off;
     1327        pGlob->offFirstPath = pParsed->aComps[0].cch;
    13281328        pGlob->iFirstComp   = iComp = 1;
    13291329    }
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