X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst3.c;h=7366f94deb6222546509d82a9c26e0f4f9129c96;hp=7c2f751350969b5ad0e1662a49b36641b7751f23;hb=4f3bcae93d51a26709c12b51261c3d95af610cb2;hpb=1fbd038d97d6e1bfe97270ecc17cca123bcc435c diff --git a/zoom/zoomtst3.c b/zoom/zoomtst3.c index 7c2f751..7366f94 100644 --- a/zoom/zoomtst3.c +++ b/zoom/zoomtst3.c @@ -6,7 +6,7 @@ #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;