Changeset 104773 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 24, 2024 12:56:32 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboardGuestToHost.cpp
r100108 r104773 234 234 235 235 size_t cwcTmp; /* (includes a schwarzenegger character) */ 236 int rc = ShClUtf16 LFLenUtf8(pwszData, cbData / sizeof(RTUTF16), &cwcTmp);236 int rc = ShClUtf16CalcNormalizedEolToCRLFLength(pwszData, cbData / sizeof(RTUTF16), &cwcTmp); 237 237 AssertRCReturn(rc, rc); 238 238
Note:
See TracChangeset
for help on using the changeset viewer.