VirtualBox

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


Ignore:
Timestamp:
Jul 4, 2013 8:57:23 AM (12 years ago)
Author:
vboxsync
Message:

pr6022. Relative paths in the OVA package are processed from now.

File:
1 edited

Legend:

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

    r45354 r46972  
    455455        for (size_t i = 0; i < cTests; ++i)
    456456        {
    457             if (!RTStrCmp(RTPathFilename(paFiles[i].pTestPattern->pszTestFile), RTStrStrip(pszName)))
     457            if (RTStrStr(paFiles[i].pTestPattern->pszTestFile, RTStrStrip(pszName)) != NULL)
    458458            {
    459459                /* Add the data of the manifest file to the file list */
     
    492492            }
    493493
    494             /* Do the manifest SHA1 digest match against the actual digest? */
     494            /* Do the manifest SHA digest match against the actual digest? */
    495495            if (RTStrICmp(paFiles[i].pszManifestDigest, paFiles[i].pTestPattern->pszTestDigest))
    496496            {
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