From 669aa0722ab651e114f8226014e7957d5d2b92fd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 24 Aug 2007 13:26:03 +0000 Subject: [PATCH] yaz_srw_get returns 1.1 PDU (as in earlier versions) --- src/srwutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4