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

git-admin at x2go.org git-admin at x2go.org
Mon Jun 20 23:55:46 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 9126330e149322472a04e7dbecfdd54760ccc0e8
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 7a84bb8..1fb9fa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -232,6 +232,7 @@ x2goclient (4.0.5.2-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.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
 
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