projects
/
yaz-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:
5dda5d6
)
Use version when generating explain req
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Oct 2013 12:57:33 +0000
(14:57 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Oct 2013 13:19:42 +0000
(15:19 +0200)
client/client.c
patch
|
blob
|
history
diff --git
a/client/client.c
b/client/client.c
index
18c763a
..
eaa2335
100644
(file)
--- a/
client/client.c
+++ b/
client/client.c
@@
-2712,7
+2712,7
@@
static int cmd_explain(const char *arg)
setno = 1;
/* save this for later .. when fetching individual records */
- sr = yaz_srw_get(out, Z_SRW_explain_request);
+ sr = yaz_srw_get_pdu(out, Z_SRW_explain_request, sru_version);
if (recordsyntax_size == 1
&& !yaz_matchstr(recordsyntax_list[0], "xml"))
sr->u.explain_request->recordPacking = "xml";