summaryrefslogtreecommitdiffstats
path: root/src/ftpthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ftpthread.cpp')
-rw-r--r--src/ftpthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftpthread.cpp b/src/ftpthread.cpp
index f171918..c51ae20 100644
--- a/src/ftpthread.cpp
+++ b/src/ftpthread.cpp
@@ -753,7 +753,7 @@ void FtpThread::Transfer_Fxp_thread()
tqWarning("bla_thread: %d", alt);
if (resume) tqWarning("WARNING: fxp resume isn't supported. overwriting file instead");
- result == ftplib::Fxp(mp_ftp, dstftp->Ftp(), src, dst, ftplib::image, method);
+ result == ftplib::Fxp(mp_ftp, dstftp->Ftp(), src.utf8(), dst.utf8(), ftplib::image, method);
FxpReportResult(result);
dstftp->FxpReportResult(result);