X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fsort%2Fsort1.c;h=2b4d8aa92e739a8695744634bab566f297b4d1b5;hb=ae9b4cc8fdea88c54753b50e30ef6ba58077c2d1;hp=b86d22b3a80cf93f032c3ea8de9b9877bcd82dcc;hpb=3d6d9a44b38717e7e9a2c64b68db895998d4de82;p=idzebra-moved-to-github.git diff --git a/test/sort/sort1.c b/test/sort/sort1.c index b86d22b..2b4d8aa 100644 --- a/test/sort/sort1.c +++ b/test/sort/sort1.c @@ -1,4 +1,4 @@ -/* $Id: sort1.c,v 1.5 2005-08-09 12:30:47 adam Exp $ +/* $Id: sort1.c,v 1.6 2005-09-13 11:51:09 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -26,7 +26,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA int main(int argc, char **argv) { ZebraService zs = start_up(0, argc, argv); - ZebraHandle zh = zebra_open(zs); + ZebraHandle zh = zebra_open(zs, 0); zint ids[5]; char path[256]; int i;