X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst3.c;h=5ac8ef507bf54fa0d4636bfd4c2d2722c0f30851;hp=7c2f751350969b5ad0e1662a49b36641b7751f23;hb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/zoom/zoomtst3.c b/zoom/zoomtst3.c index 7c2f751..5ac8ef5 100644 --- a/zoom/zoomtst3.c +++ b/zoom/zoomtst3.c @@ -1,12 +1,12 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ #include #include #include -#include +#include #include @@ -27,7 +27,7 @@ int main(int argc, char **argv) "%s number target query\n", *argv, *argv); exit (1); } - if (argc == 4 && isdigit(argv[1][0]) && !strchr(argv[1],'.')) + if (argc == 4 && yaz_isdigit(argv[1][0]) && !strchr(argv[1],'.')) { no = atoi(argv[1]); same_target = 1; @@ -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");