This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from 9bc8585 use zlib library to decompress compressed strings instead of built in QT function. new 394a6ac Fix wrong buff name from previous commit. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
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