[X2Go-Commits] [x2goclient] 177/281: src/pulsemanager.cpp: don't insert stray newline into config.pa.

git-admin at x2go.org git-admin at x2go.org
Thu Jan 19 13:05:35 CET 2017


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

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

commit 482afb7dfe01730450494906864dfa4873628ffa
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Jun 2 04:21:02 2016 +0200

    src/pulsemanager.cpp: don't insert stray newline into config.pa.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b10147f..e5f5536 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -326,6 +326,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       slot_on_pulse_finished (). Oops...
     - src/pulsemanager.cpp: actually only play startup sound if debugging is
       enabled.
+    - src/pulsemanager.cpp: don't insert stray newline into config.pa.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index eec54a0..78fed24 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -474,7 +474,6 @@ bool PulseManager::generate_server_config () {
     else {
       config_tmp_file_stream << "1";
     }
-    config_tmp_file_stream << endl;
 
     config_tmp_file_stream << " playback=";
     if (!playback_) {

--
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