summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/lv2_inspect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c
index f0092a4..e58bcf3 100644
--- a/utils/lv2_inspect.c
+++ b/utils/lv2_inspect.c
@@ -260,6 +260,7 @@ SELECT DISTINCT ?group ?type ?sym WHERE {\n"
" ?port pg:inGroup ?group .\n"
" ?group rdf:type ?type ;\n"
" lv2:symbol ?sym .\n"
+"FILTER(?type != pg:Group)\n"
"}");
for (; !slv2_results_finished(groups); slv2_results_next(groups)) {
SLV2Value group = slv2_results_get_binding_value(groups, 0);