Changeset 66011 in vbox
- Timestamp:
- Mar 9, 2017 12:47:02 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp
r65998 r66011 516 516 pDest->string.u16Size = pDest->string.u16Length + sizeof(RTUTF16); 517 517 for (unsigned i = 0; i <= pDest->string.u16Length; ++i) 518 pDest->string.String.ucs2[i] = (uint16_t)pcszSource[i];518 ((uint16_t*)pDest->string.String.ucs2)[i] = (uint16_t)pcszSource[i]; 519 519 } 520 520
Note:
See TracChangeset
for help on using the changeset viewer.