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

git-admin at x2go.org git-admin at x2go.org
Thu Jun 30 23:53:31 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 d80dfe16dcffb1bfea0998fab52aeedd41faff53
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 eddadf2..e0f8a1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -296,6 +296,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.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
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