X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsiconv.c;h=17e3d89ede55dcc1324fae860d85439a0eda16d3;hb=212ecdc7daf9764e6fdd0951281f61b9c1a94c2d;hp=e7a0de0cd0e5e83269d472f7e8d9876223ad9d3a;hpb=9fb32b9ec35a83d916e0227c751d4a7925301d34;p=yaz-moved-to-github.git diff --git a/src/siconv.c b/src/siconv.c index e7a0de0..17e3d89 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: siconv.c,v 1.49 2008-03-05 21:21:22 adam Exp $ + * $Id: siconv.c,v 1.50 2008-03-12 08:53:28 adam Exp $ */ /** * \file siconv.c @@ -1487,12 +1487,6 @@ static unsigned long lookup_marc8(yaz_iconv_t cd, *page_chr = ESC "(B"; return x; } - x = yaz_marc8r_67_conv(inp, inbytesleft, &no_read_sub, comb); - if (x) - { - *page_chr = ESC "g"; - return x; - } x = yaz_marc8r_62_conv(inp, inbytesleft, &no_read_sub, comb); if (x) {