diff options
-rw-r--r-- | src/query.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |