X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft15.c;h=ea7f31c0cce7a98a7d6842b0b3cbdadede719c11;hb=76ef1248858c492953d506a970ac12e74a29f712;hp=cfd9eeac041886e5a77f5e9fa6d7e702acd0b891;hpb=ecc6478d1369aad1b66e11be682ceb82d78ee21d;p=idzebra-moved-to-github.git diff --git a/test/api/t15.c b/test/api/t15.c index cfd9eea..ea7f31c 100644 --- a/test/api/t15.c +++ b/test/api/t15.c @@ -1,4 +1,4 @@ -/* $Id: t15.c,v 1.3 2006-04-05 02:52:31 adam Exp $ +/* $Id: t15.c,v 1.5 2006-05-30 13:06:35 adam Exp $ Copyright (C) 2004-2005 Index Data ApS @@ -64,8 +64,8 @@ static void search_process(ZebraService zs, int iter) YAZ_CHECK(hits >= hits_max); if (hits < hits_max) - printf("hits=%lld hits_max=%lld\n", hits, hits_max); - hits_max = hits; + printf("i=%d hits=%lld hits_max=%lld\n", i, hits, hits_max); + hits_max = hits; zebra_close(zh); } } @@ -130,3 +130,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +