[X2Go-Commits] [x2goclient] 122/219: pulsemanager.cpp: another typo fix: findPort -> find_port.

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:36:51 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 f05cf5f384a53fadf68b6d8e8af39c2315fbeffb
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Nov 30 04:51:12 2015 +0100

    pulsemanager.cpp: another typo fix: findPort -> find_port.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d68df9b..4dfa542 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -207,6 +207,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       or port variable to search_port.
     - pulsemanager.cpp: fix another compile error due to typo'd versions of
       generate_server_config () and generate_client_config ().
+    - pulsemanager.cpp: another typo fix: findPort -> find_port.
 
  -- 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 ecf47a3..b4f8481 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -69,7 +69,7 @@ void PulseManager::start () {
   // failed. Better trust your compiler to
   // optimize this statement and save some
   // cycles.
-  if ((findPort (false)) && (findPort (true))) {
+  if ((find_port (false)) && (find_port (true))) {
 #ifdef Q_OS_DARWIN
     start_osx ();
 #elif defined (Q_OS_WIN)

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