This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 394a6ac111e93562a1f23e9664072ac42991590c Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Jan 21 13:47:35 2021 -0600 Fix wrong buff name from previous commit. --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 7deb0bb..c1c44bb 100644 --- a/client.cpp +++ b/client.cpp @@ -918,7 +918,7 @@ void Client::setInputSelectionData(SelectionType, SelectionMime mime, bool first else { total_compressed+=compressed; - inputSelection[selection].selData.append(Client::zuncompress(data, compressed, size)); + selData.append(zuncompress(data, compressed, size)); // qDebug()<<"uncompress from "<<compressed<<" to "<<size; } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git