Changeset 69637 in vbox
- Timestamp:
- Nov 10, 2017 10:39:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/service.cpp
r69635 r69637 197 197 else if (pClient->fMsgReadData) 198 198 { 199 uint32_t fFormat ;199 uint32_t fFormat = 0; 200 200 201 201 LogRelFlow(("vboxSvcClipboardReturnMsg: ReadData %02X\n", pClient->u32RequestedFormat));
Note:
See TracChangeset
for help on using the changeset viewer.