Changeset 60481 in vbox for trunk/src/VBox/Runtime/nt
- Timestamp:
- Apr 13, 2016 8:14:41 PM (9 years ago)
- Location:
- trunk/src/VBox/Runtime/nt
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp
r60480 r60481 158 158 pUniStr->Length += (USHORT)(cwcNameNew * sizeof(WCHAR)); 159 159 pwszFixEnd -= cwcNameOld; 160 pwszFixEnd -= cwcNameNew;160 pwszFixEnd += cwcNameNew; 161 161 memcpy(pwszFix, &puBuf->Info.FileName[offName], cwcNameNew * sizeof(WCHAR)); 162 162 }
Note:
See TracChangeset
for help on using the changeset viewer.