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

List:       kde-commits
Subject:    kdelibs/kioslave/ftp
From:       Thiago Macieira <thiago.macieira () kdemail ! net>
Date:       2004-09-21 16:16:57
Message-ID: 20040921161657.54129126D4 () office ! kde ! org
[Download RAW message or body]

CVS commit by thiago: 

Fixing a bug whereby changing into non-ASCII domains resulted in
double encoding of the pathname.


  M +1 -1      ftp.cc   1.214


--- kdelibs/kioslave/ftp/ftp.cc  #1.213:1.214
@@ -1702,5 +1702,5 @@ bool Ftp::ftpOpenDir( const QString & pa
   // We try to change to this directory first to see whether it really is a directory.
   // (And also to follow symlinks)
-  QString tmp = path.isEmpty() ? QString("/") : remoteEncoding()->encode(path);
+  QString tmp = path.isEmpty() ? QString("/") : path;
 
   // We get '550', whether it's a file or doesn't exist...


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

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