From: Adam Dickmeiss Date: Tue, 17 Feb 2015 13:39:48 +0000 (+0100) Subject: Fix wrbuf call - introduced by MPSPARQL-9 X-Git-Tag: v0.4~9 X-Git-Url: http://git.indexdata.com/?p=mp-sparql-moved-to-github.git;a=commitdiff_plain;h=70f62137d6592df690e0b4af28e84509361009b7 Fix wrbuf call - introduced by MPSPARQL-9 --- diff --git a/src/sparql.c b/src/sparql.c index 55b02e1..3744fe6 100644 --- a/src/sparql.c +++ b/src/sparql.c @@ -405,7 +405,7 @@ int yaz_sparql_from_rpn_stream(yaz_sparql_t s, if (!strcmp(e->pattern, "modifier")) { pr(e->value, client_data); - pr(e->value, "\n"); + pr("\n", client_data); } } yaz_tok_cfg_destroy(cfg);