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:
fc99a84
)
zoomtst3: setting option step=5
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 23 Aug 2011 16:27:41 +0000
(18:27 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 23 Aug 2011 16:27:41 +0000
(18:27 +0200)
This is to illustrate the step option and to check that it actually
works.
zoom/zoomtst3.c
patch
|
blob
|
history
diff --git
a/zoom/zoomtst3.c
b/zoom/zoomtst3.c
index
7366f94
..
5361798
100644
(file)
--- a/
zoom/zoomtst3.c
+++ b/
zoom/zoomtst3.c
@@
-41,6
+41,7
@@
int main(int argc, char **argv)
/* get first 10 records of result set (using piggyback) */
ZOOM_options_set (o, "count", "10");
+ ZOOM_options_set (o, "step", "5");
/* preferred record syntax */
ZOOM_options_set (o, "preferredRecordSyntax", "usmarc");