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

List:       kde-commits
Subject:    playground/pim/kmobiletools/mobile-kioslaves/obex
From:       Marco Gulino <marco () kmobiletools ! org>
Date:       2006-09-07 0:04:01
Message-ID: 1157587441.063984.28176.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 581652 by gulino:

Fixing obex wrapper.

 M  +3 -3      obexwrapper.cpp  


--- trunk/playground/pim/kmobiletools/mobile-kioslaves/obex/obexwrapper.cpp #581651:581652
@@ -95,7 +95,7 @@
 
     case OBEXFTP_EV_CONNECTING:
         kdDebug() << "Connecting..." << endl;
-        fprintf(stderr, "");
+//        fprintf(stderr, "");
         break;
     case OBEXFTP_EV_DISCONNECTING:
         kdDebug() << "Disconnecting..." << endl;
@@ -119,7 +119,7 @@
         break;
 
     case OBEXFTP_EV_INFO:
-        kdDebug() << "Got info " << (int)msg << ": " << endl; // 64 bit problems ?
+        kdDebug() << "Got info " << msg << ": " << endl; // 64 bit problems ?
         break;
 
     case OBEXFTP_EV_BODY:
@@ -218,7 +218,7 @@
     if( connectClient() ) {
         /* List folder */
         //stat_entry_t *ent;
-        void *dir = obexftp_opendir(client, path );
+        void *dir = obexftp_opendir(client, path.latin1() );
         while ( true ) {
             
             stat_entry_t* ent;
[prev in list] [next in list] [prev in thread] [next in thread] 

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