aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxh <[email protected]>2014-04-15 05:39:21 +0000
committerxh <[email protected]>2014-04-15 05:39:21 +0000
commit93b32226e662d9fd9b148651127c1bb4e99b376a (patch)
tree91d6dd5aad65bd23b150e4b9384d934c6c4cc053
parentDo not check for SSL handle validity in handshake() as it is initialized a fe... (diff)
downloadvmime-93b32226e662d9fd9b148651127c1bb4e99b376a.tar.gz
vmime-93b32226e662d9fd9b148651127c1bb4e99b376a.zip
recursively create all parent directories if they do not exist on Windows
-rw-r--r--src/vmime/platforms/windows/windowsFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime/platforms/windows/windowsFile.cpp b/src/vmime/platforms/windows/windowsFile.cpp
index 0ab90b16..5ecafa58 100644
--- a/src/vmime/platforms/windows/windowsFile.cpp
+++ b/src/vmime/platforms/windows/windowsFile.cpp
@@ -352,7 +352,7 @@ void windowsFile::createDirectoryImpl(const vmime::utility::file::path& fullPath
{
const vmime::string nativePath = windowsFileSystemFactory::pathToStringImpl(path);
- windowsFile tmp(fullPath);
+ windowsFile tmp(path);
if (tmp.isDirectory())
return;