Changeset 63590 in vbox for trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
- Timestamp:
- Aug 19, 2016 7:34:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
r63567 r63590 571 571 #if defined(DEBUG) && !defined(TESTCASE) 572 572 if (pValue) 573 { 573 574 for (i = 0; i < *pcLen; ++i) 574 575 if (pAtoms[i]) … … 581 582 else 582 583 LogRel2(("%s: found empty target.\n", __FUNCTION__)); 584 } 583 585 #endif 584 586 if (pFormats)
Note:
See TracChangeset
for help on using the changeset viewer.