From fb526c311c4ab401986b7d559d32732d6acd7cde Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Fri, 19 Jun 2009 19:47:52 +0100 Subject: [PATCH] + LV2: use correct LADSPA URIs --- src/makerdf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makerdf.cpp b/src/makerdf.cpp index e5afa52..430fb91 100644 --- a/src/makerdf.cpp +++ b/src/makerdf.cpp @@ -555,7 +555,7 @@ void make_ttl(string path_prefix) #endif ttl += " doap:license ;\n"; - ttl += " dc:replaces ;\n"; + ttl += " dc:replaces ;\n"; // XXXKF not really optional for now, to be honest ttl += " lv2:optionalFeature epp:supportsStrictBounds ;\n"; if (pi->is_rt_capable()) -- 2.11.4.GIT