Fixed yaz_iconv to return YAZ_ICONV_EINVAL if an incomplete MARC-8
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Mar 2007 08:39:38 +0000 (08:39 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Mar 2007 08:39:38 +0000 (08:39 +0000)
commit19c0b332044f06ee33eaf66ca92675d9cda8d1b9
tree16eafc79c4fb7a6198bbecedc465a5fd76c554ee
parentdc720b90d5ff1d5c5a1821de3a0e335eb64a1951
Fixed yaz_iconv to return YAZ_ICONV_EINVAL if an incomplete MARC-8
combo sequence is met. Before the error was not set so it would
be unknown.
src/siconv.c
test/tsticonv.c
util/yaziconv.c