From d310b185a38dd1d517272d84048f2e35f7f96562 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 18 Mar 2011 09:31:54 +0200 Subject: modified: core/core.project modified: core/modules.cpp modified: evil_core.workspace --- core/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules.cpp') 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"); -- cgit v1.2.3