From d2467f53f62c860848db26948f38708f9282e0c2 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Sat, 30 Jun 2001 13:48:25 +0000 Subject: [PATCH] very small bug fix --- ChangeLog.claws | 6 ++++++ src/codeconv.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 */ -- 2.25.1