[X2Go-Commits] [x2goclient] 159/219: src/pulsemanager.cpp: fix compile error due to typo.

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:37:11 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit e98c722db6ee54adfe65f5a586df1e71b4d502c7
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri May 6 23:47:53 2016 +0200

    src/pulsemanager.cpp: fix compile error due to typo.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 055b6ca..035c96f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -269,6 +269,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       processing.
     - src/onmainwindow.cpp: make use of new PulseManager::start () behavior
       and always use it, no matter whether server is up already or not.
+    - src/pulsemanager.cpp: fix compile error due to typo.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index 98f2a97..ca7926c 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -165,7 +165,7 @@ void PulseManager::start_osx () {
 #ifdef DEBUG
   server_args_ << "--log-level=debug"
                << "--verbose"
-               << "--log-target=file:" pulse_dir_.absolutePath () + "/pulse.log";
+               << "--log-target=file:" + pulse_dir_.absolutePath () + "/pulse.log";
 #endif // defined (DEBUG)
 
   if (generate_server_config () && generate_client_config ()) {

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list