From: Adam Dickmeiss Date: Fri, 24 Aug 2007 13:26:03 +0000 (+0000) Subject: yaz_srw_get returns 1.1 PDU (as in earlier versions) X-Git-Tag: YAZ.3.0.12~18 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=669aa0722ab651e114f8226014e7957d5d2b92fd;p=yaz-moved-to-github.git yaz_srw_get returns 1.1 PDU (as in earlier versions) --- diff --git a/src/srwutil.c b/src/srwutil.c index c38a125..f15e4ca 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: srwutil.c,v 1.61 2007-08-23 14:28:07 adam Exp $ + * $Id: srwutil.c,v 1.62 2007-08-24 13:26:03 adam Exp $ */ /** * \file srwutil.c @@ -838,7 +838,7 @@ Z_SRW_PDU *yaz_srw_get_core_v_1_1(ODR o) Z_SRW_PDU *yaz_srw_get(ODR o, int which) { - return yaz_srw_get_pdu(o, which, "1.2"); + return yaz_srw_get_pdu(o, which, "1.1"); } Z_SRW_PDU *yaz_srw_get_pdu(ODR o, int which, const char *version)