summaryrefslogtreecommitdiffstats
path: root/src/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Parser.cpp')
-rw-r--r--src/Parser.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Parser.cpp b/src/Parser.cpp
index 50ccb975..31ab4245 100644
--- a/src/Parser.cpp
+++ b/src/Parser.cpp
@@ -1,6 +1,6 @@
/*
This file is part of Ingen.
- Copyright 2007-2015 David Robillard <http://drobilla.net/>
+ Copyright 2007-2016 David Robillard <http://drobilla.net/>
Ingen is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
@@ -312,8 +312,7 @@ parse_block(Ingen::World* world,
&ignored);
const std::string sub_uri_str = (const char*)sub_uri.buf;
- const std::string basename = get_basename(sub_uri_str);
- const std::string sub_file = sub_uri_str + '/' + basename + ".ttl";
+ const std::string sub_file = sub_uri_str + "/graph.ttl";
const SerdNode sub_base = serd_node_from_string(
SERD_URI, (const uint8_t*)sub_file.c_str());