X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft15.c;fp=test%2Fapi%2Ft15.c;h=ea7f31c0cce7a98a7d6842b0b3cbdadede719c11;hb=98d7e1e7378345d4d6b8b547ba25f2f0801b1a46;hp=ebc190994b245e7df535595fc4565d7ecd3a4a38;hpb=836127b305396d4491bfadf245929cf60e5b5036;p=idzebra-moved-to-github.git diff --git a/test/api/t15.c b/test/api/t15.c index ebc1909..ea7f31c 100644 --- a/test/api/t15.c +++ b/test/api/t15.c @@ -1,4 +1,4 @@ -/* $Id: t15.c,v 1.4 2006-05-10 08:13:35 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); } }