Changeset 46972 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jul 4, 2013 8:57:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/manifest.cpp
r45354 r46972 455 455 for (size_t i = 0; i < cTests; ++i) 456 456 { 457 if ( !RTStrCmp(RTPathFilename(paFiles[i].pTestPattern->pszTestFile), RTStrStrip(pszName)))457 if (RTStrStr(paFiles[i].pTestPattern->pszTestFile, RTStrStrip(pszName)) != NULL) 458 458 { 459 459 /* Add the data of the manifest file to the file list */ … … 492 492 } 493 493 494 /* Do the manifest SHA 1digest match against the actual digest? */494 /* Do the manifest SHA digest match against the actual digest? */ 495 495 if (RTStrICmp(paFiles[i].pszManifestDigest, paFiles[i].pTestPattern->pszTestDigest)) 496 496 {
Note:
See TracChangeset
for help on using the changeset viewer.