diff options
| author | xh <[email protected]> | 2014-04-15 05:39:21 +0000 |
|---|---|---|
| committer | xh <[email protected]> | 2014-04-15 05:39:21 +0000 |
| commit | 93b32226e662d9fd9b148651127c1bb4e99b376a (patch) | |
| tree | 91d6dd5aad65bd23b150e4b9384d934c6c4cc053 /src | |
| parent | Do not check for SSL handle validity in handshake() as it is initialized a fe... (diff) | |
| download | vmime-93b32226e662d9fd9b148651127c1bb4e99b376a.tar.gz vmime-93b32226e662d9fd9b148651127c1bb4e99b376a.zip | |
recursively create all parent directories if they do not exist on Windows
Diffstat (limited to 'src')
| -rw-r--r-- | src/vmime/platforms/windows/windowsFile.cpp | 2 |
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; |
