X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst3.c;h=01499fefa1a799ea77e999c54db20f1dc9854718;hb=cec9f9be3944b0d7891bf358a0679f0d32305621;hp=7366f94deb6222546509d82a9c26e0f4f9129c96;hpb=4f3bcae93d51a26709c12b51261c3d95af610cb2;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst3.c b/zoom/zoomtst3.c index 7366f94..01499fe 100644 --- a/zoom/zoomtst3.c +++ b/zoom/zoomtst3.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ @@ -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"); @@ -72,7 +73,7 @@ int main(int argc, char **argv) event, ZOOM_get_event_str(event)); } - + /* no more to be done. Inspect results */ for (i = 0; i