From 685963ae9bb4435f794de578d14a2cb47c24ee15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 23 Jan 2008 15:26:49 +0000 Subject: More vicarious bug hunting. git-svn-id: http://svn.drobilla.net/lad/slv2@1105 a436a847-0d15-0410-975c-d299462d15a1 --- src/query.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/query.c b/src/query.c index d1b947d..fc3b132 100644 --- a/src/query.c +++ b/src/query.c @@ -68,6 +68,8 @@ slv2_query_get_variable_bindings(SLV2World world, librdf_node* node = librdf_query_results_get_binding_value(results, variable); + + assert(node); librdf_uri* datatype_uri = NULL; SLV2ValueType type = SLV2_VALUE_STRING; -- cgit v1.2.1