Changeset 73041 in vbox for trunk/src/VBox/Runtime/common/checksum
- Timestamp:
- Jul 10, 2018 6:07:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/manifest2.cpp
r69111 r73041 470 470 * Compare them. 471 471 */ 472 if ( strcmp(pAttr1->pszValue, pAttr2->pszValue))472 if (RTStrICmp(pAttr1->pszValue, pAttr2->pszValue)) 473 473 { 474 474 if (*pEquals->pszCurEntry)
Note:
See TracChangeset
for help on using the changeset viewer.