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)
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) .


No differences found