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

List:       kde-commits
Subject:    KDE/kdelibs/dcop
From:       Dirk Mueller <mueller () kde ! org>
Date:       2006-03-01 17:29:25
Message-ID: 1141234165.370130.20134.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 514849 by mueller:

remove redundant check


 M  +1 -1      dcopclient.cpp  


--- trunk/KDE/kdelibs/dcop/dcopclient.cpp #514848:514849
@@ -821,7 +821,7 @@
     if ((d->iceConn = IceOpenConnection(const_cast<char*>(d->serverAddr),
                                         static_cast<IcePointer>(this), False, d->majorOpcode,
                                         sizeof(errBuf), errBuf)) == 0L) {
-        qDebug("DCOPClient::attachInternal. Attach failed %s", errBuf ? errBuf : "");
+        qDebug("DCOPClient::attachInternal. Attach failed %s", errBuf);
         d->iceConn = 0;
         if (bClearServerAddr) {
            delete [] d->serverAddr;
[prev in list] [next in list] [prev in thread] [next in thread] 

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