Build main libidzebra-2.0.la. Bug #620.
[idzebra-moved-to-github.git] / test / api / t15.c
index cfd9eea..ea7f31c 100644 (file)
@@ -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
+ */
+