diff options
author | Marius Kintel <marius@kintel.net> | 2012-04-25 03:55:25 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-04-25 03:55:25 (GMT) |
commit | 42c6751806eef7e0903f381bb9288ad7c2da9265 (patch) | |
tree | 167a860bab49e0d08f8ec397aa0c26df51231adb /src/ModuleCache.cc | |
parent | 04947a8905f8c6a722669c9cdfd465b54a44b0f6 (diff) |
cosmetics
Diffstat (limited to 'src/ModuleCache.cc')
-rw-r--r-- | src/ModuleCache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ModuleCache.cc b/src/ModuleCache.cc index 70b1fb9..d03d121 100644 --- a/src/ModuleCache.cc +++ b/src/ModuleCache.cc @@ -83,7 +83,7 @@ Module *ModuleCache::evaluate(const std::string &filename) this->entries[filename] = e; std::string pathname = boosty::stringy(fs::path(filename).parent_path()); - lib_mod = dynamic_cast<Module*>(parse(text.c_str(), pathname.c_str(), 0)); + lib_mod = dynamic_cast<Module*>(parse(text.c_str(), pathname.c_str(), false)); if (lib_mod) { this->entries[filename].module = lib_mod; |