[Telepathy-commits] [telepathy-qt4/master] Use 0 instead of NULL in an assert in RefererencedHandles

Olli Salli olli.salli at collabora.co.uk
Wed Jan 21 04:42:17 PST 2009


---
 TelepathyQt4/cli-referenced-handles.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt4/cli-referenced-handles.cpp b/TelepathyQt4/cli-referenced-handles.cpp
index ce68bf6..75832fa 100644
--- a/TelepathyQt4/cli-referenced-handles.cpp
+++ b/TelepathyQt4/cli-referenced-handles.cpp
@@ -273,7 +273,7 @@ ReferencedHandles::ReferencedHandles(Connection* connection, uint handleType, co
 {
     debug() << "ReferencedHandles(prime)";
 
-    Q_ASSERT(connection != NULL);
+    Q_ASSERT(connection != 0);
     Q_ASSERT(handleType != 0);
 
     mPriv->connection = connection;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list