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

git-admin at x2go.org git-admin at x2go.org
Fri May 6 23:50:29 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 92ebeb66c0c64b6530ebc2a6c0c62d63ef97918b
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 11d5b50..4054c1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -284,6 +284,7 @@ x2goclient (4.0.5.2-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.
 
   [ Mike DePaulo ]
   * New upstream release (4.0.5.2):
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