diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-18 09:31:54 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-18 09:31:54 +0200 |
commit | d310b185a38dd1d517272d84048f2e35f7f96562 (patch) | |
tree | 77e859e96f9db80307115e5d5fd7d33cf1e8ec7f /core/modules.cpp | |
parent | 4bcc86b7413f5ce76a1ceac92aa566a9bf13d685 (diff) |
modified: core/core.project
modified: core/modules.cpp
modified: evil_core.workspace
Diffstat (limited to 'core/modules.cpp')
-rw-r--r-- | core/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules.cpp b/core/modules.cpp index bcdcbe6..06ee133 100644 --- a/core/modules.cpp +++ b/core/modules.cpp @@ -23,7 +23,7 @@ extern PLUGINLINK pluglink; void load_modules() { - std::string path = boost::filesystem::initial_path().directory_string(); //need some workaround for windows than called indirectly + std::string path = boost::filesystem::initial_path().string(); //need some workaround for windows than called indirectly path.append("/plugins"); logger.log(LM_DEBUG, "Plugin directory is %s \n", path.c_str()); logger.log(LM_DEBUG, "Loading plugins...\n"); |