From mboxrd@z Thu Jan 1 00:00:00 1970 From: jimb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile Tag: jimb_mb_branch_ ... Date: Fri, 10 Sep 1999 08:42:00 -0000 Message-id: <19990910154155.31252.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00574.html List-Id: CVSROOT: /egcs/carton/guile-home/cvsfiles Module name: guile Changes by: jimb@egcs.cygnus.com 99/09/10 08:41:55 Modified files: guile-core/libguile: Tag: jimb_mb_branch_1 mbconv.c Log message: * mbconv.c (scm_mb_iconv): Make buffer pointer for output encoding a const scm_char_t *, to match the prototype. * mbconv.c (scm_mb_iconv): Don't return scm_mb_iconv_more_room unless we actually have text to convert. Remember that, even if *inbytesleft is zero, there may be text remaining in the context's buffer.