Changeset 34941 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 10, 2010 10:58:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/manifest2.cpp
r34845 r34941 890 890 pEntry->StrCore.pszString = pEntry->szName; 891 891 pEntry->Attributes = NULL; 892 pEntry->cAttributes = 0; 892 893 memcpy(pEntry->szName, pszEntry, cchEntry + 1); 893 894 if (fNeedNormalization) … … 988 989 pEntry->StrCore.pszString = pEntry->szName; 989 990 pEntry->Attributes = NULL; 991 pEntry->cAttributes = 0; 990 992 memcpy(pEntry->szName, pszEntry, cchEntry + 1); 991 993 if (fNeedNormalization)
Note:
See TracChangeset
for help on using the changeset viewer.