From 3cac096c2694e3dc8684c390c530bfbc6a0b3b38 Mon Sep 17 00:00:00 2001 From: upstream svn Date: Sun, 28 Jun 2009 20:01:06 +0200 Subject: [PATCH] Upstream tarball 9690 --- .svn-revision | 2 +- src/ThreadTasks.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.svn-revision b/.svn-revision index 46a1e075..30f4094a 100644 --- a/.svn-revision +++ b/.svn-revision @@ -1 +1 @@ -9689 +9690 diff --git a/src/ThreadTasks.cpp b/src/ThreadTasks.cpp index 1b966c64..c5abe0d6 100644 --- a/src/ThreadTasks.cpp +++ b/src/ThreadTasks.cpp @@ -415,8 +415,8 @@ void CCompletionTask::Entry() targetPath = thePrefs::GetIncomingDir(); } } - - CPath dstName = m_filename.Cleanup(true, PlatformSpecific::CanFSHandleSpecialChars(targetPath)); + + CPath dstName = m_filename.Cleanup(true, !PlatformSpecific::CanFSHandleSpecialChars(targetPath)); // Avoid empty filenames ... if (!dstName.IsOk()) { -- 2.11.4.GIT