Changeset 102462 in vbox
- Timestamp:
- Dec 5, 2023 8:36:07 AM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard-x11.cpp
r102461 r102462 105 105 } 106 106 else /* No payload given; could happen on invalid / not-expected formats. */ 107 *pcbActual = 0;107 rc = VERR_NO_DATA; 108 108 } 109 109 else if (rc == VERR_SHCLPB_EVENT_FAILED) … … 571 571 } 572 572 else /* No payload given; could happen on invalid / not-expected formats. */ 573 *pcbActual = 0;573 rc = VERR_NO_DATA; 574 574 } 575 575 else if (rc == VERR_SHCLPB_EVENT_FAILED)
Note:
See TracChangeset
for help on using the changeset viewer.