Omit CVS Id. Update copyright year.
[idzebra-moved-to-github.git] / index / zebrash.c
index f726883..39b71cc 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: zebrash.c,v 1.45 2007-04-16 08:44:32 adam Exp $
-   Copyright (C) 1995-2007
-   Index Data ApS
-
-This file is part of the Zebra server.
+/* This file is part of the Zebra server.
+   Copyright (C) 1995-2008 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -449,8 +446,8 @@ static int cmd_show( char *args[], WRBUF outbuff)
     for (i=0;i<nrecs;i++)
         recs[i].position=start+i;
 
-    rc = zebra_records_retrieve (zh, odr, setname,
-                                pcomp, yaz_oid_xml(), nrecs,recs);
+    rc = zebra_records_retrieve(zh, odr, setname,
+                               pcomp, yaz_oid_recsyn_xml, nrecs,recs);
     if (0==rc)
     {
         for (i=0;i<nrecs;i++)