From 5ba32ffaf5223a74bcbf95812d7002b4ef5aa4cf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 18 Nov 2011 12:54:28 +0100 Subject: [PATCH] Change diagnostic code mapping for Bib-1: "Unsupported search" Bib-1: "Unsupported search" now maps to SRU diagnostic : "Query feature unsupported". --- src/srwutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/srwutil.c b/src/srwutil.c index 3a35a95..e1ff5a9 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -842,7 +842,7 @@ Z_SRW_PDU *yaz_srw_get_pdu(ODR o, int which, const char *version) static int bib1_srw_map[] = { 1, 1, 2, 2, - 3, 11, + 3, 48, 4, 35, 5, 12, 6, 38, -- 1.7.10.4