From ad737e79a0f8d3e8e7a354aa596acae68ae0083e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 18 Nov 2011 13:09:04 +0100 Subject: [PATCH] Diagnostic mapping: tweak 10, 108 mappings The bib-1 to SRU are kept in order again, and 10->108 reverse is in the reverse mapping. --- src/srwutil.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/srwutil.c b/src/srwutil.c index e1ff5a9..340ada4 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -849,7 +849,6 @@ static int bib1_srw_map[] = { 7, 30, 8, 32, 9, 29, - 108, 10, /* Malformed query : Syntax error */ 10, 10, 11, 12, 11, 23, @@ -887,6 +886,7 @@ static int bib1_srw_map[] = { 105, 3, 106, 66, 107, 11, + 108, 10, 108, 13, 108, 14, 108, 25, @@ -1014,6 +1014,7 @@ static int bib1_srw_map[] = { * the best back-translation of that SRW error. */ static int srw_bib1_map[] = { + 10, 108, 66, 238, /* No doubt there are many more */ 0 -- 1.7.10.4