[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=c26c5e8

The following commit has been merged in the master branch:
commit c26c5e8fa3c2153032aed8560dd68bee0b7bbb00
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Dec 27 11:42:51 2011 +0100

    Fix parenthesis
---
 x-messenger-oauth2-prompt.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x-messenger-oauth2-prompt.cpp b/x-messenger-oauth2-prompt.cpp
index a472d3e..a619228 100644
--- a/x-messenger-oauth2-prompt.cpp
+++ b/x-messenger-oauth2-prompt.cpp
@@ -157,7 +157,7 @@ void XMessengerOAuth2Prompt::extractToken(const QUrl &url)
     QString accessToken;
     Q_FOREACH(const QString &token, QString(url.encodedFragment()).split('&')) {
         // Get the URL fragment part and iterate over the parameters of the request
-        if (token.indexOf(tokenParameter == 0)) {
+        if (token.indexOf(tokenParameter) == 0) {
             // This is the token that we are looking for (we are not interested
             // in the "expires_in" part, etc.)
             accessToken = token;

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list