We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43369ff commit 384d725Copy full SHA for 384d725
ChainLoader.cpp
@@ -26,7 +26,7 @@ ChainLoader::ChainLoader() {
26
auto fname = dir_entry.path().filename();
27
if (fname.extension() != search_ext || fname.stem().string().find(search_prefix) != 0)
28
continue;
29
- auto wrapper = new LibWrapper(fname);
+ auto wrapper = new LibWrapper(fname.string());
30
if (wrapper->handle)
31
priq.emplace(wrapper);
32
else
0 commit comments