From 59cf60844792d6f2b04af223cabc4d441bb28029 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 26 Feb 2004 14:46:01 +0000 Subject: [PATCH] Map SRW unsupported relation modifier to Bib-1: 117 --- src/srwutil.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/srwutil.c b/src/srwutil.c index 06355d1..2475344 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -2,7 +2,7 @@ * Copyright (c) 2002-2004, Index Data. * See the file LICENSE for details. * - * $Id: srwutil.c,v 1.12 2004-02-14 15:58:42 adam Exp $ + * $Id: srwutil.c,v 1.13 2004-02-26 14:46:01 adam Exp $ */ #include @@ -711,6 +711,7 @@ static int srw_bib1_map[] = { 115, 16, 116, 16, 117, 19, + 117, 20, 118, 22, 119, 32, 119, 31, -- 1.7.10.4