Changeset 81319 in vbox
- Timestamp:
- Oct 17, 2019 2:24:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp
r81317 r81319 1145 1145 LogFlowFunc(("\tFile: %s (cchFile=%RU16)\n", pszFileUtf8, cchFileUtf8)); 1146 1146 1147 LogRel2(( ("Shared Clipboard: Adding file '%s' to transfer\n", pszFileUtf8));1147 LogRel2(("Shared Clipboard: Adding file '%s' to transfer\n", pszFileUtf8)); 1148 1148 1149 1149 rc = RTStrAAppendExN(&pszFiles, 1 /* cPairs */, pszFileUtf8, strlen(pszFileUtf8));
Note:
See TracChangeset
for help on using the changeset viewer.