X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst3.c;h=7366f94deb6222546509d82a9c26e0f4f9129c96;hp=769df73af0daa6f9d6c0e0523bb845f942c16dfd;hb=4f3bcae93d51a26709c12b51261c3d95af610cb2;hpb=b6aa93dcb5c07ed09b664c006b5f33b0135a0854 diff --git a/zoom/zoomtst3.c b/zoom/zoomtst3.c index 769df73..7366f94 100644 --- a/zoom/zoomtst3.c +++ b/zoom/zoomtst3.c @@ -1,12 +1,12 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 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;