X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst6.c;h=90f41fff0ace50501bc7deb27aa74d8a5415d2c3;hp=b4081706e361bbc43a2e99327681b7dbcd0d6909;hb=d168db0590bc858a1bc9bd5a6ea66abbcd8f7d7d;hpb=a39eab79c04f1fa0f7a7197140a526319f2612d2 diff --git a/zoom/zoomtst6.c b/zoom/zoomtst6.c index b408170..90f41ff 100644 --- a/zoom/zoomtst6.c +++ b/zoom/zoomtst6.c @@ -1,8 +1,8 @@ -/* - * $Id: zoomtst6.c,v 1.11 2005-11-04 15:51:02 mike Exp $ - * - * Asynchronous multi-target client doing two searches - */ +/* $Id: zoomtst6.c,v 1.12 2006-04-21 10:28:08 adam Exp $ */ + +/** \file zoomtst6.c + \brief Asynchronous multi-target client with two searches +*/ #include #include @@ -14,7 +14,7 @@ static void display_records (const char *tname, ZOOM_resultset r) { /* OK, no major errors. Look at the result count */ int pos; - printf ("%s: %d hits\n", tname, ZOOM_resultset_size(r)); + printf ("%s: %ld hits\n", tname, (long) ZOOM_resultset_size(r)); /* go through all records at target */ for (pos = 0; pos < 4; pos++) {