[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/groupwise/libgroupwise
From:       Will Stephenson <wstephenson () kde ! org>
Date:       2008-05-08 11:46:40
Message-ID: 1210247200.281432.27156.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 805378 by wstephens:

Use an int literal for an array size, pending removal of ugly c-array.

 M  +2 -2      gwfield.cpp  
 M  +1 -1      responseprotocol.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/groupwise/libgroupwise/gwfield.cpp #805377:805378
@@ -125,10 +125,10 @@
 FieldListIterator FieldList::find( FieldListIterator &it, QLatin1String tag )
 {
 	FieldListIterator theEnd = end();
-	//qDebug() << "FieldList::find() looking for " << tag << endl;
+	qDebug() << "FieldList::find() looking for " << tag << endl;
 	for ( ; it != theEnd; ++it )
 	{
-		//qDebug() << " - on " << (*it)->tag() << endl;
+		qDebug() << " - on " << (*it)->tag() << endl;
 		if ( (*it)->tag() == tag )
 			break;
 	}
--- trunk/KDE/kdenetwork/kopete/protocols/groupwise/libgroupwise/responseprotocol.cpp #805377:805378
@@ -173,7 +173,7 @@
 	// so when we're done reading it, add it to the MultiList element
 	// that is the last element in the top list in m_collatingFields.
 	// if we find the beginning of a new nested list, push the current list onto m_collatingFields
-	debug( "ResponseProtocol::readFields()" );
+	debug("");
 	if ( fieldCount > 0 )
 		debug( QString( "reading %1 fields" ).arg( fieldCount ) );
 	Field::FieldList currentList;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic