diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/support/include_entity_resolver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/include_entity_resolver.cc b/src/support/include_entity_resolver.cc index 5e106f2..86535c8 100644 --- a/src/support/include_entity_resolver.cc +++ b/src/support/include_entity_resolver.cc @@ -63,7 +63,7 @@ boost::filesystem::path IncludeEntityResolver::resolve( if ( auto resolvedPath = this->resolve(*filePath) ) { return *resolvedPath; } else { - return getPathFromSystemId(rawPath); + return *filePath; } } else { return getPathFromSystemId(rawPath); |