projects
/
mp-sparql-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df235c1
)
Fix wrbuf call - introduced by MPSPARQL-9
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 17 Feb 2015 13:39:48 +0000
(14:39 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 17 Feb 2015 13:39:48 +0000
(14:39 +0100)
src/sparql.c
patch
|
blob
|
history
diff --git
a/src/sparql.c
b/src/sparql.c
index
55b02e1
..
3744fe6
100644
(file)
--- 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);