Changeset 74366 in vbox
- Timestamp:
- Sep 19, 2018 10:24:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp
r74365 r74366 415 415 AssertMsg(cchFileUtf16 == cchFile, ("cchFileUtf16 (%RU16) does not match cchFile (%RU16)\n", 416 416 cchFileUtf8, cchFile)); 417 RT_NOREF(cchFileUtf16); 417 418 418 419 rc = RTUtf16ToUtf8(pwszFile, &pszFileUtf8); … … 420 421 Assert(RTStrIsValidEncoding(pszFileUtf8)); 421 422 422 cchFileUtf8 = strlen(pszFileUtf8);423 cchFileUtf8 = (UINT)strlen(pszFileUtf8); 423 424 Assert(cchFileUtf8); 424 425
Note:
See TracChangeset
for help on using the changeset viewer.