X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsiconv.c;h=8deb714f9a7f884b7e3dfd2b2c444fbe93b6ffb7;hp=2082781e19a6fcc58d937ea45916aaa55a55161a;hb=fd1be24c165b60d462f5a7e6ca983f1f2eabbcdf;hpb=b925ea17d6f146a28d745b0d34e9eec6eafda21f diff --git a/src/siconv.c b/src/siconv.c index 2082781..8deb714 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: siconv.c,v 1.27 2006-08-28 12:34:41 adam Exp $ + * $Id: siconv.c,v 1.28 2006-08-30 20:14:51 adam Exp $ */ /** * \file siconv.c @@ -758,7 +758,7 @@ static unsigned long lookup_marc8(yaz_iconv_t cd, x = yaz_marc8r_9_conv(inp, inbytesleft, &no_read_sub, comb); if (x) { - *page_chr = "\033(1"; + *page_chr = "\033$1"; return x; } cd->my_errno = YAZ_ICONV_EILSEQ;