Browse Source

Fixed test issue

master
Artyom Beilis 8 years ago
parent
commit
f79ae4fe2f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/plugin.cpp

+ 1
- 1
src/plugin.cpp View File

@@ -239,7 +239,7 @@ void scope::load(std::string const &name)
path = so_name;
else
path = path + "/" + so_name;
if(obj->open(so_name,dlflags))
if(obj->open(path,dlflags))
break;
}
if(!obj->is_open()) {


Loading…
Cancel
Save