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

List:       kde-commits
Subject:    branches/work/kio_virtualfile/kioslave/file
From:       Allan Sandfeld Jensen <kde () carewolf ! com>
Date:       2006-07-30 20:06:24
Message-ID: 1154289984.332381.28576.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 567986 by carewolf:

Clearer code


 M  +2 -2      file.cc  


--- branches/work/kio_virtualfile/kioslave/file/file.cc #567985:567986
@@ -364,7 +364,7 @@
 
 void FileProtocol::open( const KUrl& url, int access )
 {
-    kDebug( 7101 ) << "File::open" << endl;
+    kDebug(7101) << "FileProtocol::open " << url.url() << endl;
 
     QByteArray _path( QFile::encodeName(url.path()));
     KDE_struct_stat buff;
@@ -488,7 +488,7 @@
         }
         break;
     }
-    close( fd );
+    ::close( fd );
     finished();
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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