X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficonv_encode_danmarc.c;h=bc7d62af027d4961b44a5aca14568667b02abd30;hp=467008a17437499fb7e3e4e40569bcfdc710b3ff;hb=3d6e2f0931ae87fe01e857d4573d946f6cd8e6f1;hpb=f8ff51d46ab411a8b4244becf67c9748ef5550a7 diff --git a/src/iconv_encode_danmarc.c b/src/iconv_encode_danmarc.c index 467008a..bc7d62a 100644 --- a/src/iconv_encode_danmarc.c +++ b/src/iconv_encode_danmarc.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -25,7 +25,7 @@ static size_t write_danmarc(yaz_iconv_t cd, yaz_iconv_encoder_t en, { unsigned char *outp = (unsigned char *) *outbuf; - if (x == '@' || x == '*' || x == 0xa4) + if (x == '@' || x == '*') { if (*outbytesleft < 2) {