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:
f0d2383
)
zoomsh: display piggyback recs again
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 23 Sep 2010 12:53:22 +0000
(14:53 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 23 Sep 2010 12:53:22 +0000
(14:53 +0200)
Was removed by accident in previous commit.
zoom/zoomsh.c
patch
|
blob
|
history
diff --git
a/zoom/zoomsh.c
b/zoom/zoomsh.c
index
a770e7d
..
d32d01f
100644
(file)
--- a/
zoom/zoomsh.c
+++ b/
zoom/zoomsh.c
@@
-470,10
+470,8
@@
static void cmd_search(ZOOM_connection *c, ZOOM_resultset *r,
printf("%s: %lld hits\n", ZOOM_connection_option_get(c[i], "host"),
(long long int) ZOOM_resultset_size(r[i]));
-#if 0
/* and display */
display_records(c[i], r[i], start, count, "render");
-#endif
}
}
}