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

git-admin at x2go.org git-admin at x2go.org
Mon Nov 28 16:05:32 CET 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 efe3919cc9cbe22bf5f3d293977974950e9f08dd
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 4d7b093..1157578 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -209,6 +209,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.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
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