X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst4.c;h=1d1917ad7f91b39b16e58ad6029b7a80be29d599;hb=3a54a02da2f546427c4e5fe57f952c97f54437ea;hp=9bc0eaa24cb254ab2c266b0f631d95e62c2af351;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst4.c b/zoom/zoomtst4.c index 9bc0eaa..1d1917a 100644 --- a/zoom/zoomtst4.c +++ b/zoom/zoomtst4.c @@ -1,8 +1,6 @@ -/* - * $Id: zoomtst4.c,v 1.8 2005-06-25 15:46:08 adam Exp $ - * - * Asynchronous multi-target going through proxy doing search and retrieve - * using present. +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data + * See the file LICENSE for details. */ #include @@ -77,8 +75,8 @@ int main(int argc, char **argv) ZOOM_connection_option_get(z[i], "host"), errmsg, error, addinfo); else - printf ("%s: %d hits\n", ZOOM_connection_option_get(z[i], "host"), - ZOOM_resultset_size(r[i])); + printf ("%s: %ld hits\n", ZOOM_connection_option_get(z[i], "host"), + (long) ZOOM_resultset_size(r[i])); } /* destroy stuff and exit */