Attempted fix of bug #976: Segfault in yaz_iconv. The yaz_iconv function
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Mar 2007 21:37:31 +0000 (21:37 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Mar 2007 21:37:31 +0000 (21:37 +0000)
commitd38ee71c31b49ad13164039140ed47d18e9432cb
tree7023690e224e4088bd92dd5b1638ef443383b43a
parentaaf2ab15830321d9db33cd2e47f739fb52324110
Attempted fix of bug #976: Segfault in yaz_iconv. The yaz_iconv function
write handlers no longer carries a 'last' parameter. This will make
yaz_iconv flush "less" characters. A flush is performed by call to
yaz_iconv(cd, 0, 0, &outbut, &outbytesleft) .
NEWS
include/yaz/wrbuf.h
src/marcdisp.c
src/siconv.c
src/wrbuf.c
src/zoom-c.c
test/tst_record_conv.c
test/tsticonv.c