summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Ralovich <tade60@freemail.hu>2013-08-06 12:19:10 +0200
committerKristof Ralovich <tade60@freemail.hu>2013-08-06 12:19:10 +0200
commit1b5a3e3dd084d4a29bd3ba2f19863bd4deebba60 (patch)
treedb0c8517312063232cbb8906c48c9bea64b1e44d
parent22ce19ad39c9e2213f9293bb148d30134a24bad5 (diff)
fix typo
-rw-r--r--src/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 851c234..b1e8773 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -232,7 +232,7 @@ mkDir(const char* dirName)
return boost::filesystem::create_directories(ddir);
}
// Throws: basic_filesystem_error<Path> if exists(p) && !is_directory(p)
- catch(boost::filesystem::basic_filesystem_error<boost::filesystem::path>& bfe)
+ catch(boost::filesystem::filesystem_error<boost::filesystem::path>& bfe)
{
LOG(LOG_WARN) << "mkDir: failed\n"
<< "\twhat " << bfe.what() << "\n"