From b3d0700ef5df9c96be4c08dcb9ac2a7e123c9f48 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 6 Jan 2004 09:10:02 +0000 Subject: [PATCH] SRW/Z39.50 diagnostic mapping: make bad ESN to bad schema --- src/srwutil.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/srwutil.c b/src/srwutil.c index 16425c4..c1b70f6 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -2,7 +2,7 @@ * Copyright (c) 2002-2003, Index Data. * See the file LICENSE for details. * - * $Id: srwutil.c,v 1.3 2004-01-05 09:34:42 adam Exp $ + * $Id: srwutil.c,v 1.4 2004-01-06 09:10:02 adam Exp $ */ #include @@ -446,10 +446,10 @@ static int srw_bib1_map[] = { 20, 56, 21, 52, 22, 50, - 23, 1, /* bad map */ - 24, 63, /* bad map */ - 25, 63, /* bad map */ - 26, 63, /* bad map */ + 23, 3, + 24, 66, + 25, 66, + 26, 66, 27, 51, 28, 52, 29, 52, -- 1.7.10.4