X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft4.c;h=ffc33557dcddfb0b3e91c5dfd93d9a5707f12c5e;hb=0d1f1699d41eec211295db7e1cdaae5bc1104837;hp=db76d627569e1dbf809c432f23f11357885a1fa6;hpb=9af25502b9e14213d1d44e99e38f752c3a174b44;p=idzebra-moved-to-github.git diff --git a/test/api/t4.c b/test/api/t4.c index db76d62..ffc3355 100644 --- a/test/api/t4.c +++ b/test/api/t4.c @@ -1,6 +1,6 @@ -/* $Id: t4.c,v 1.13 2004-12-02 11:28:20 adam Exp $ - Copyright (C) 2003,2004 - Index Data Aps +/* $Id: t4.c,v 1.15 2005-03-09 12:14:42 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -59,7 +59,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; sprintf(setname, "s%d", i+1); zebra_search_RPN(zh, odr_input, query, setname, &hits);