summaryrefslogtreecommitdiffstats
path: root/src/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.c')
-rw-r--r--src/port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port.c b/src/port.c
index 91ba71c..00896df 100644
--- a/src/port.c
+++ b/src/port.c
@@ -102,7 +102,7 @@ lilv_port_get_value_by_node(const LilvPlugin* p,
const LilvPort* port,
const SordNode* predicate)
{
- return lilv_world_query_values_internal(
+ return lilv_world_find_nodes_internal(
p->world,
port->node,
predicate,