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

git-admin at x2go.org git-admin at x2go.org
Wed Jan 13 18:42:30 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 6deafb42e32a14ea5c27ca3673378ea57479956f
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 eb91212..6e73d80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -215,6 +215,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
       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:
     - Change apache2-dev | libc6-dev build dependency back to apache2-dev
       only. Otherwise, apache2-dev is not installed at all, even though
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