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

List:       kde-commits
Subject:    kdepim/kpilot/lib
From:       Adriaan de Groot <groot () kde ! org>
Date:       2004-07-31 23:12:43
Message-ID: 20040731231243.C36EB99F5 () office ! kde ! org
[Download RAW message or body]

CVS commit by adridg: 

Produce more understandable debug and avoid breaking cerr by removing the latin1()


  M +2 -2      kpilotlink.cc   1.61


--- kdepim/kpilot/lib/kpilotlink.cc  #1.60:1.61
@@ -105,5 +105,5 @@ private:
 #ifdef DEBUG
                 DEBUGDAEMON << "Bound devices: "
-                        << mBoundDevices.join(", ").latin1() << endl;
+                        << ((mBoundDevices.count() > 0) ? mBoundDevices.join(", ") : \
CSL1("<none>")) << endl;  #endif
         }


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

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