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

List:       kde-commits
Subject:    kdebase/kioslave/ldap
From:       Nadeem Hasan <nhasan () nadmm ! com>
Date:       2003-05-18 20:15:49
[Download RAW message or body]

CVS commit by nhasan: 

Fix compilation and also fix QCString usage as per coolo.


  M +1 -1      kldap.cpp   1.14


--- kdebase/kioslave/ldap/kldap.cpp  #1.13:1.14
@@ -482,5 +482,5 @@ QCString SearchRequest::asLDIF()
                 tmp.setRawData( val, len );
                 //os << name << ": " << QCString(tmp) << endl;
-                result += QCString(name) + ": " + tmp;
+                result += QCString(name) + ": " + QCString( tmp.data(), tmp.size()+1 );
                 tmp.resetRawData( val, len );
               } else {          


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

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