From 9d70597a44bbcdc57bc55be754ba739279884e0b Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 21 Jan 2005 09:07:13 +0000 Subject: suppress the debug print in codeconv.c. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@28 ee746299-78ed-0310-b773-934348b2243d --- src/codeconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/codeconv.c b/src/codeconv.c index 0b73d900..0623421c 100644 --- a/src/codeconv.c +++ b/src/codeconv.c @@ -1022,7 +1022,7 @@ gchar *conv_iconv_strdup_with_cd(const gchar *inbuf, iconv_t cd) while ((n_conv = iconv(cd, (ICONV_CONST gchar **)&inbuf_p, &in_left, &outbuf_p, &out_left)) == (size_t)-1) { if (EILSEQ == errno) { - g_print("iconv(): at %d: %s\n", in_size - in_left, g_strerror(errno)); + //g_print("iconv(): at %d: %s\n", in_size - in_left, g_strerror(errno)); inbuf_p++; in_left--; if (out_left == 0) { -- cgit v1.2.3