Changeset 43385 in vbox for trunk/src/VBox/HostServices/HostChannel
- Timestamp:
- Sep 21, 2012 8:27:29 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80856
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/HostChannel/HostChannel.cpp
r43352 r43385 675 675 if (cbEvent) 676 676 { 677 pEvent->pvEvent = &pEvent[ 0];677 pEvent->pvEvent = &pEvent[1]; 678 678 memcpy(pEvent->pvEvent, pvEvent, cbEvent); 679 679 }
Note:
See TracChangeset
for help on using the changeset viewer.