Changeset 67340 in vbox for trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
- Timestamp:
- Jun 12, 2017 1:23:07 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
r67302 r67340 2988 2988 */ 2989 2989 memset(&wszEntry[cwcEntry + 1], 0xff, 2990 RT_MIN(sizeof(wszEntry) - (cwcEntry + 1) * sizeof(RTUTF16), FATDIRNAMESLOT_CHARS_PER_SLOT)); 2990 RT_MIN(sizeof(wszEntry) - (cwcEntry + 1) * sizeof(RTUTF16), 2991 FATDIRNAMESLOT_CHARS_PER_SLOT * sizeof(RTUTF16))); 2991 2992 2992 2993 uint8_t const bChecksum = rtFsFatDir_CalcChecksum(pDirEntry);
Note:
See TracChangeset
for help on using the changeset viewer.