diff options
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"); |