[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:06:42 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=6cbefb0

The following commit has been merged in the master branch:
commit 6cbefb04441bab0d25dde78d95a2adee4d163fd5
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Apr 1 18:02:26 2013 +0100

    Prevent crashes with debug kdelibs
    
    Stop printing the library name as the function. Debug releases of kdelibs try to
    parse this and assert as "Telepathy-qt 0.9.3" is not a valid function name
    
    Reviewed-by: Aleix Pol
---
 KTp/debug.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/debug.cpp b/KTp/debug.cpp
index fcc5cd6..adad3fb 100644
--- a/KTp/debug.cpp
+++ b/KTp/debug.cpp
@@ -37,7 +37,7 @@ static void tpDebugCallback(const QString &libraryName,
     if (Q_UNLIKELY(libraryString.isEmpty())) {
         libraryString = QString::fromLatin1("%1 %2").arg(libraryName, libraryVersion);
     }
-    kDebugStream(type, s_tpqtDebugArea, __FILE__, __LINE__, libraryString.toLatin1()) << qPrintable(msg);
+    kDebugStream(type, s_tpqtDebugArea, __FILE__, __LINE__, 0) << qPrintable(msg);
 }
 } // namespace
 } // namespace KTp

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list