From: Paul Mangan Date: Sat, 30 Jun 2001 13:48:25 +0000 (+0000) Subject: very small bug fix X-Git-Tag: VERSION_0_5_0~38 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=d2467f53f62c860848db26948f38708f9282e0c2;ds=sidebyside very small bug fix --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 1b6c679fa..09b58403f 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2001-06-30 [paul] + + * src/codeconv.c + small change to Alfons' previous stuff so that it + actually makes + 2001-06-30 [alfons] * lots of files changed; first attempt to merge the changes diff --git a/src/codeconv.c b/src/codeconv.c index 530bbc77f..1cc342fc0 100644 --- a/src/codeconv.c +++ b/src/codeconv.c @@ -965,7 +965,7 @@ void conv_encode_header(gchar *dest, gint len, const gchar *src, g_free(wsrc); - /g_print("dest = %s\n", dest); + /* g_print("dest = %s\n", dest); */ } #else /* !HAVE_LIBJCONV */