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

List:       kde-commits
Subject:    kdelibs/kioslave/ftp
From:       Thiago Macieira <thiagom () mail ! com>
Date:       2004-01-30 16:27:24
Message-ID: 20040130162724.6FFB498E4 () office ! kde ! org
[Download RAW message or body]

CVS commit by thiago: 

Undoing my casting (revision 1.196). It was a sticky tag in my kdebug.h. Thanks to dfaure for noticing.


  M +4 -4      ftp.cc   1.197


--- kdelibs/kioslave/ftp/ftp.cc  #1.196:1.197
@@ -2017,5 +2017,5 @@ void Ftp::get( const KURL & url )
   {
       offset = resumeOffset.toLongLong();
-      kdDebug(7102) << "Ftp::get got offset from medata : " << (long)offset << endl;
+      kdDebug(7102) << "Ftp::get got offset from medata : " << offset << endl;
   }
 
@@ -2035,5 +2035,5 @@ void Ftp::get( const KURL & url )
     bytesLeft = m_size - offset;
 
-  kdDebug(7102) << "Ftp::get starting with offset=" << (long)offset << endl;
+  kdDebug(7102) << "Ftp::get starting with offset=" << offset << endl;
   KIO::fileoffset_t processed_size = offset;
 
@@ -2256,5 +2256,5 @@ void Ftp::put( const KURL& dest_url, int
   if ( resume ) {
     offset = m_size;
-    kdDebug(7102) << "Offset = " << (long)offset << "d" << endl;
+    kdDebug(7102) << "Offset = " << offset << "d" << endl;
   }
 


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

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