X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft3.c;fp=test%2Fapi%2Ft3.c;h=57376a224b416e74858e85ba3a5d33705cece8dc;hb=a9e90f22d2cefbafc9d490a03a3bc7d1b75d57ee;hp=588761254346d87bf957202df70e9091292552c9;hpb=71ef94163cc848e4ed12965238087d2505c42c05;p=idzebra-moved-to-github.git diff --git a/test/api/t3.c b/test/api/t3.c index 5887612..57376a2 100644 --- a/test/api/t3.c +++ b/test/api/t3.c @@ -1,4 +1,4 @@ -/* $Id: t3.c,v 1.15 2005-01-22 12:20:35 adam Exp $ +/* $Id: t3.c,v 1.16 2005-03-09 12:14:42 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -52,7 +52,7 @@ int main(int argc, char **argv) YAZ_PQF_Parser parser = yaz_pqf_create(); Z_RPNQuery *query = yaz_pqf_parse(parser, odr_input, "@attr 1=4 my"); - int hits; + zint hits; zebra_begin_trans (zh, 1); zebra_begin_trans (zh, 0);