diff options
Diffstat (limited to 'common/rfb/SMsgReader.cxx')
-rw-r--r-- | common/rfb/SMsgReader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SMsgReader.cxx b/common/rfb/SMsgReader.cxx index e5582630..e7c78c4e 100644 --- a/common/rfb/SMsgReader.cxx +++ b/common/rfb/SMsgReader.cxx @@ -429,7 +429,7 @@ bool SMsgReader::readExtendedClipboard(rdr::S32 len) handler->handleClipboardRequest(flags); break; case clipboardPeek: - handler->handleClipboardPeek(flags); + handler->handleClipboardPeek(); break; case clipboardNotify: handler->handleClipboardNotify(flags); |